Html Css Color HEX #B22DCF Dark Orchid

📋 copy color: '#B22DCF'

red 178 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #B22DCF

Tints of Dark Orchid #B22DCF

RGB

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

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

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

R = 41.4%
G = 10.47%
B = 48.14%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B22DCF (or 0xB22DCF) is known color: Dark Orchid. HEX triplet: B2, 2D and CF. RGB value is (178,45,207). Sum of RGB (Red+Green+Blue) = 178+45+207=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #B22DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DCF is #4DD230. Grayscale: #666666. Windows color (decimal): -5100081 or 13577650. OLE color: 13577650.

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

Color convert

RGB 178 45 207 -
CMYK 0.14 0.78 0 0.19
HSL 289.26º 0.64% 0.49% -
HSV(B) 289.26º 0.78% 0.81% -
XYZ 30.56 15.85 60.48 -
YUV 103.24 186.56 181.33 -
System Red Green Blue C M Y K H S L
Decimal 178 45 207 0.14 0.78 0 0.19 289.26 0.64 0.49
Hex B2 2D CF E 4E 0 13 121 40 31
Octal 262 55 317 16 116 0 23 441 100 61
Binary 10110010 101101 11001111 1110 1001110 0 10011 100100001 1000000 110001

Color Harmonies of #B22DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DCF

Black with #B22DCF

Text Example


Text Example

White with #B22DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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