Html Css Color HEX #B21CCD Dark Orchid

📋 copy color: '#B21CCD'

red 178 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #B21CCD

Tints of Dark Orchid #B21CCD

RGB

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

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

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

R = 43.31%
G = 6.81%
B = 49.88%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B21CCD (or 0xB21CCD) is known color: Dark Orchid. HEX triplet: B2, 1C and CD. RGB value is (178,28,205). Sum of RGB (Red+Green+Blue) = 178+28+205=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #B21CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CCD is #4DE332. Grayscale: #5C5C5C. Windows color (decimal): -5104435 or 13442226. OLE color: 13442226.

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

Color convert

RGB 178 28 205 -
CMYK 0.13 0.86 0 0.20
HSL 290.85º 0.76% 0.46% -
HSV(B) 290.85º 0.86% 0.8% -
XYZ 29.79 14.7 59.03 -
YUV 93.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 178 28 205 0.13 0.86 0 0.20 290.85 0.76 0.46
Hex B2 1C CD D 56 0 14 123 4C 2E
Octal 262 34 315 15 126 0 24 443 114 56
Binary 10110010 11100 11001101 1101 1010110 0 10100 100100011 1001100 101110

Color Harmonies of #B21CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CCD

Black with #B21CCD

Text Example


Text Example

White with #B21CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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