Html Css Color HEX #B22FCD Dark Orchid

📋 copy color: '#B22FCD'

red 178 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #B22FCD

Tints of Dark Orchid #B22FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.93%

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

R = 41.4%
G = 10.93%
B = 47.67%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B22FCD (or 0xB22FCD) is known color: Dark Orchid. HEX triplet: B2, 2F and CD. RGB value is (178,47,205). Sum of RGB (Red+Green+Blue) = 178+47+205=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #B22FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22FCD is #4DD032. Grayscale: #676767. Windows color (decimal): -5099571 or 13447090. OLE color: 13447090.

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

Color convert

RGB 178 47 205 -
CMYK 0.13 0.77 0 0.20
HSL 289.75º 0.63% 0.49% -
HSV(B) 289.75º 0.77% 0.8% -
XYZ 30.4 15.91 59.23 -
YUV 104.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 178 47 205 0.13 0.77 0 0.20 289.75 0.63 0.49
Hex B2 2F CD D 4D 0 14 122 3F 31
Octal 262 57 315 15 115 0 24 442 77 61
Binary 10110010 101111 11001101 1101 1001101 0 10100 100100010 111111 110001

Color Harmonies of #B22FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22FCD

Black with #B22FCD

Text Example


Text Example

White with #B22FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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