Html Css Color HEX #B22BB5 Dark Orchid

📋 copy color: '#B22BB5'

red 178 ◦ green 43 ◦ blue 181

#B22BB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B22BB5

Tints of Dark Orchid #B22BB5

RGB

 RED value IS 178 (69.92% from 255) = 44.28%

 GREEN value IS 43 (17.19% from 255) = 10.7%

 BLUE value IS 181 (71.09% from 255) = 45.02%

R = 44.28%
G = 10.7%
B = 45.02%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B22BB5 (or 0xB22BB5) is known color: Dark Orchid. HEX triplet: B2, 2B and B5. RGB value is (178,43,181). Sum of RGB (Red+Green+Blue) = 178+43+181=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #B22BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BB5 is #4DD44A. Grayscale: #626262. Windows color (decimal): -5100619 or 11873202. OLE color: 11873202.

HSL color Cylindrical-coordinate representation of color #B22BB5: hue angle of 298.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22BB5 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 43 181 -
CMYK 0.02 0.76 0 0.29
HSL 298.7º 0.62% 0.44% -
HSV(B) 298.7º 0.76% 0.71% -
XYZ 27.56 14.53 45.07 -
YUV 99.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 178 43 181 0.02 0.76 0 0.29 298.7 0.62 0.44
Hex B2 2B B5 2 4C 0 1D 12B 3E 2C
Octal 262 53 265 2 114 0 35 453 76 54
Binary 10110010 101011 10110101 10 1001100 0 11101 100101011 111110 101100

Color Harmonies of #B22BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22BB5

Black with #B22BB5

Text Example


Text Example

White with #B22BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22BB5; }

 p { color: rgb(178,43,181); }

 H1.HeaderClassName
 {
   color: #B22BB5;
 }
 .AnyTagClassName
 {
   color: #B22BB5;
 }
</style>

background-color css

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

 a { background-color: rgb(178,43,181); }

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

border-color css

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

 span { border-color: rgb(178,43,181); }

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