Html Css Color HEX #B21CCC Dark Orchid

📋 copy color: '#B21CCC'

red 178 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #B21CCC

Tints of Dark Orchid #B21CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

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

R = 43.41%
G = 6.83%
B = 49.76%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B21CCC (or 0xB21CCC) is known color: Dark Orchid. HEX triplet: B2, 1C and CC. RGB value is (178,28,204). Sum of RGB (Red+Green+Blue) = 178+28+204=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #B21CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CCC is #4DE333. Grayscale: #5C5C5C. Windows color (decimal): -5104436 or 13376690. OLE color: 13376690.

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

Color convert

RGB 178 28 204 -
CMYK 0.13 0.86 0 0.2
HSL 291.14º 0.76% 0.45% -
HSV(B) 291.14º 0.86% 0.8% -
XYZ 29.67 14.66 58.39 -
YUV 92.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 178 28 204 0.13 0.86 0 0.2 291.14 0.76 0.45
Hex B2 1C CC D 56 0 14 123 4C 2D
Octal 262 34 314 15 126 0 24 443 114 55
Binary 10110010 11100 11001100 1101 1010110 0 10100 100100011 1001100 101101

Color Harmonies of #B21CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CCC

Black with #B21CCC

Text Example


Text Example

White with #B21CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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