Html Css Color HEX #B22DCA Dark Orchid

📋 copy color: '#B22DCA'

red 178 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #B22DCA

Tints of Dark Orchid #B22DCA

RGB

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

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

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

R = 41.88%
G = 10.59%
B = 47.53%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B22DCA (or 0xB22DCA) is known color: Dark Orchid. HEX triplet: B2, 2D and CA. RGB value is (178,45,202). Sum of RGB (Red+Green+Blue) = 178+45+202=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #B22DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DCA is #4DD235. Grayscale: #666666. Windows color (decimal): -5100086 or 13249970. OLE color: 13249970.

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

Color convert

RGB 178 45 202 -
CMYK 0.12 0.78 0 0.21
HSL 290.83º 0.64% 0.48% -
HSV(B) 290.83º 0.78% 0.79% -
XYZ 29.96 15.61 57.31 -
YUV 102.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 178 45 202 0.12 0.78 0 0.21 290.83 0.64 0.48
Hex B2 2D CA C 4E 0 15 123 40 30
Octal 262 55 312 14 116 0 25 443 100 60
Binary 10110010 101101 11001010 1100 1001110 0 10101 100100011 1000000 110000

Color Harmonies of #B22DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DCA

Black with #B22DCA

Text Example


Text Example

White with #B22DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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