Html Css Color HEX #B22BCA Dark Orchid

📋 copy color: '#B22BCA'

red 178 ◦ green 43 ◦ blue 202

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

Shades of Dark Orchid #B22BCA

Tints of Dark Orchid #B22BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 42.08%
G = 10.17%
B = 47.75%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B22BCA (or 0xB22BCA) is known color: Dark Orchid. HEX triplet: B2, 2B and CA. RGB value is (178,43,202). Sum of RGB (Red+Green+Blue) = 178+43+202=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #B22BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BCA is #4DD435. Grayscale: #646464. Windows color (decimal): -5100598 or 13249458. OLE color: 13249458.

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

Color convert

RGB 178 43 202 -
CMYK 0.12 0.79 0 0.21
HSL 290.94º 0.65% 0.48% -
HSV(B) 290.94º 0.79% 0.79% -
XYZ 29.88 15.46 57.29 -
YUV 101.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 178 43 202 0.12 0.79 0 0.21 290.94 0.65 0.48
Hex B2 2B CA C 4F 0 15 123 41 30
Octal 262 53 312 14 117 0 25 443 101 60
Binary 10110010 101011 11001010 1100 1001111 0 10101 100100011 1000001 110000

Color Harmonies of #B22BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22BCA

Black with #B22BCA

Text Example


Text Example

White with #B22BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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