Html Css Color HEX #B22CBA Dark Orchid

📋 copy color: '#B22CBA'

red 178 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #B22CBA

Tints of Dark Orchid #B22CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.78%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 43.63%
G = 10.78%
B = 45.59%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B22CBA (or 0xB22CBA) is known color: Dark Orchid. HEX triplet: B2, 2C and BA. RGB value is (178,44,186). Sum of RGB (Red+Green+Blue) = 178+44+186=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #B22CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CBA is #4DD345. Grayscale: #636363. Windows color (decimal): -5100358 or 12201138. OLE color: 12201138.

HSL color Cylindrical-coordinate representation of color #B22CBA: hue angle of 296.62º degrees, saturation: 0.62, 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 #B22CBA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 44 186 -
CMYK 0.04 0.76 0 0.27
HSL 296.62º 0.62% 0.45% -
HSV(B) 296.62º 0.76% 0.73% -
XYZ 28.12 14.81 47.83 -
YUV 100.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 178 44 186 0.04 0.76 0 0.27 296.62 0.62 0.45
Hex B2 2C BA 4 4C 0 1B 129 3E 2D
Octal 262 54 272 4 114 0 33 451 76 55
Binary 10110010 101100 10111010 100 1001100 0 11011 100101001 111110 101101

Color Harmonies of #B22CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CBA

Black with #B22CBA

Text Example


Text Example

White with #B22CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CBA; }

 p { color: rgb(178,44,186); }

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

background-color css

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

 a { background-color: rgb(178,44,186); }

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

border-color css

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

 span { border-color: rgb(178,44,186); }

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