Html Css Color HEX #B22CCF Dark Orchid

📋 copy color: '#B22CCF'

red 178 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #B22CCF

Tints of Dark Orchid #B22CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 41.49%
G = 10.26%
B = 48.25%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B22CCF (or 0xB22CCF) is known color: Dark Orchid. HEX triplet: B2, 2C and CF. RGB value is (178,44,207). Sum of RGB (Red+Green+Blue) = 178+44+207=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #B22CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CCF is #4DD330. Grayscale: #666666. Windows color (decimal): -5100337 or 13577394. OLE color: 13577394.

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

Color convert

RGB 178 44 207 -
CMYK 0.14 0.79 0 0.19
HSL 289.33º 0.65% 0.49% -
HSV(B) 289.33º 0.79% 0.81% -
XYZ 30.52 15.77 60.47 -
YUV 102.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 178 44 207 0.14 0.79 0 0.19 289.33 0.65 0.49
Hex B2 2C CF E 4F 0 13 121 41 31
Octal 262 54 317 16 117 0 23 441 101 61
Binary 10110010 101100 11001111 1110 1001111 0 10011 100100001 1000001 110001

Color Harmonies of #B22CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CCF

Black with #B22CCF

Text Example


Text Example

White with #B22CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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