Html Css Color HEX #B22DBB Dark Orchid

📋 copy color: '#B22DBB'

red 178 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #B22DBB

Tints of Dark Orchid #B22DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.98%

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 43.41%
G = 10.98%
B = 45.61%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B22DBB (or 0xB22DBB) is known color: Dark Orchid. HEX triplet: B2, 2D and BB. RGB value is (178,45,187). Sum of RGB (Red+Green+Blue) = 178+45+187=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #B22DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DBB is #4DD244. Grayscale: #646464. Windows color (decimal): -5100101 or 12266930. OLE color: 12266930.

HSL color Cylindrical-coordinate representation of color #B22DBB: hue angle of 296.2º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22DBB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 45 187 -
CMYK 0.05 0.76 0 0.27
HSL 296.2º 0.61% 0.45% -
HSV(B) 296.2º 0.76% 0.73% -
XYZ 28.27 14.93 48.41 -
YUV 100.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 178 45 187 0.05 0.76 0 0.27 296.2 0.61 0.45
Hex B2 2D BB 5 4C 0 1B 128 3D 2D
Octal 262 55 273 5 114 0 33 450 75 55
Binary 10110010 101101 10111011 101 1001100 0 11011 100101000 111101 101101

Color Harmonies of #B22DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DBB

Black with #B22DBB

Text Example


Text Example

White with #B22DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DBB; }

 p { color: rgb(178,45,187); }

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

background-color css

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

 a { background-color: rgb(178,45,187); }

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

border-color css

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

 span { border-color: rgb(178,45,187); }

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