Html Css Color HEX #B22CBF Dark Orchid

📋 copy color: '#B22CBF'

red 178 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #B22CBF

Tints of Dark Orchid #B22CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 43.1%
G = 10.65%
B = 46.25%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B22CBF (or 0xB22CBF) is known color: Dark Orchid. HEX triplet: B2, 2C and BF. RGB value is (178,44,191). Sum of RGB (Red+Green+Blue) = 178+44+191=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #B22CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CBF is #4DD340. Grayscale: #646464. Windows color (decimal): -5100353 or 12528818. OLE color: 12528818.

HSL color Cylindrical-coordinate representation of color #B22CBF: hue angle of 294.69º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22CBF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 44 191 -
CMYK 0.07 0.77 0 0.25
HSL 294.69º 0.63% 0.46% -
HSV(B) 294.69º 0.77% 0.75% -
XYZ 28.66 15.03 50.68 -
YUV 100.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 178 44 191 0.07 0.77 0 0.25 294.69 0.63 0.46
Hex B2 2C BF 7 4D 0 19 127 3F 2E
Octal 262 54 277 7 115 0 31 447 77 56
Binary 10110010 101100 10111111 111 1001101 0 11001 100100111 111111 101110

Color Harmonies of #B22CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CBF

Black with #B22CBF

Text Example


Text Example

White with #B22CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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