Html Css Color HEX #B21FCC Dark Orchid

📋 copy color: '#B21FCC'

red 178 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #B21FCC

Tints of Dark Orchid #B21FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.51%

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 43.1%
G = 7.51%
B = 49.39%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B21FCC (or 0xB21FCC) is known color: Dark Orchid. HEX triplet: B2, 1F and CC. RGB value is (178,31,204). Sum of RGB (Red+Green+Blue) = 178+31+204=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #B21FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21FCC is #4DE033. Grayscale: #5E5E5E. Windows color (decimal): -5103668 or 13377458. OLE color: 13377458.

HSL color Cylindrical-coordinate representation of color #B21FCC: hue angle of 290.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21FCC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 31 204 -
CMYK 0.13 0.85 0 0.2
HSL 290.98º 0.74% 0.46% -
HSV(B) 290.98º 0.85% 0.8% -
XYZ 29.75 14.8 58.42 -
YUV 94.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 178 31 204 0.13 0.85 0 0.2 290.98 0.74 0.46
Hex B2 1F CC D 55 0 14 123 4A 2E
Octal 262 37 314 15 125 0 24 443 112 56
Binary 10110010 11111 11001100 1101 1010101 0 10100 100100011 1001010 101110

Color Harmonies of #B21FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21FCC

Black with #B21FCC

Text Example


Text Example

White with #B21FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21FCC; }

 p { color: rgb(178,31,204); }

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

background-color css

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

 a { background-color: rgb(178,31,204); }

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

border-color css

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

 span { border-color: rgb(178,31,204); }

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