Html Css Color HEX #B22BCD Dark Orchid

📋 copy color: '#B22BCD'

red 178 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #B22BCD

Tints of Dark Orchid #B22BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 41.78%
G = 10.09%
B = 48.12%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B22BCD (or 0xB22BCD) is known color: Dark Orchid. HEX triplet: B2, 2B and CD. RGB value is (178,43,205). Sum of RGB (Red+Green+Blue) = 178+43+205=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #B22BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BCD is #4DD432. Grayscale: #656565. Windows color (decimal): -5100595 or 13446066. OLE color: 13446066.

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

Color convert

RGB 178 43 205 -
CMYK 0.13 0.79 0 0.20
HSL 290º 0.65% 0.49% -
HSV(B) 290º 0.79% 0.8% -
XYZ 30.24 15.6 59.17 -
YUV 101.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 178 43 205 0.13 0.79 0 0.20 290 0.65 0.49
Hex B2 2B CD D 4F 0 14 122 41 31
Octal 262 53 315 15 117 0 24 442 101 61
Binary 10110010 101011 11001101 1101 1001111 0 10100 100100010 1000001 110001

Color Harmonies of #B22BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22BCD

Black with #B22BCD

Text Example


Text Example

White with #B22BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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