Html Css Color HEX #B22BCB Dark Orchid

📋 copy color: '#B22BCB'

red 178 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #B22BCB

Tints of Dark Orchid #B22BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 41.98%
G = 10.14%
B = 47.88%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B22BCB (or 0xB22BCB) is known color: Dark Orchid. HEX triplet: B2, 2B and CB. RGB value is (178,43,203). Sum of RGB (Red+Green+Blue) = 178+43+203=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #B22BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BCB is #4DD434. Grayscale: #656565. Windows color (decimal): -5100597 or 13314994. OLE color: 13314994.

HSL color Cylindrical-coordinate representation of color #B22BCB: hue angle of 290.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22BCB is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 43 203 -
CMYK 0.12 0.79 0 0.20
HSL 290.63º 0.65% 0.48% -
HSV(B) 290.63º 0.79% 0.8% -
XYZ 30 15.5 57.91 -
YUV 101.61 185.23 182.49 -
System Red Green Blue C M Y K H S L
Decimal 178 43 203 0.12 0.79 0 0.20 290.63 0.65 0.48
Hex B2 2B CB C 4F 0 14 123 41 30
Octal 262 53 313 14 117 0 24 443 101 60
Binary 10110010 101011 11001011 1100 1001111 0 10100 100100011 1000001 110000

Color Harmonies of #B22BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22BCB

Black with #B22BCB

Text Example


Text Example

White with #B22BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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