#b226bf

Color #B226BF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B226BF

Tints of Dark Orchid #B226BF

Color information

#B226BF (or 0xB226BF) is unknown color: approx Dark Orchid. HEX triplet: B2, 26 and BF. RGB value is (178,38,191). Sum of RGB (Red+Green+Blue) = 178+38+191=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #B226BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226BF is #4DD940. Grayscale: #606060. Windows color (decimal): -5101889 or 12527282. OLE color: 12527282.

HSL color Cylindrical-coordinate representation of color #B226BF: hue angle of 294.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B226BF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17838191-
CMYK0.070.8000.25
HSL294.9º66.81%44.9%-
HSV(B)294.9º80.1%74.9%-
XYZ28.4614.6150.61-
YUV97.3180.88185.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 38 (15.23% from 255) = 9.34%
BLUE value IS 191 (75% from 255) = 46.93%
R=43.73%
G=9.34%
B=46.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178381910.070.8000.25294.966.8144.9
HexB226BF750019127432d
Octal26246277712003144710355
Binary101100101001101011111111110100000110011001001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b226bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b226bf; }

 p { color: rgb(178,38,191); }

 H1.HeaderClassName
 {
   color: #b226bf;
 }
 .AnyTagClassName
 {
   color: #b226bf;
 }
</style>
background-color css

<style>
 a { background-color: #b226bf; }

 a { background-color: rgb(178,38,191); }

 div.DivClassName
 {
   background-color: #b226bf;
 }
 .BgClassName
 {
   background-color: #b226bf;
 }
</style>
border-color css

<style>
 span { border-color: #b226bf; }

 span { border-color: rgb(178,38,191); }

 td.TdClassName
 {
   border-color: #b226bf;
 }
 .TagClassName
 {
   border-color: #b226bf;
 }
</style>