Html Css Color HEX #B21FDC Dark Orchid

📋 copy color: '#B21FDC'

red 178 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #B21FDC

Tints of Dark Orchid #B21FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 41.49%
G = 7.23%
B = 51.28%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B21FDC (or 0xB21FDC) is known color: Dark Orchid. HEX triplet: B2, 1F and DC. RGB value is (178,31,220). Sum of RGB (Red+Green+Blue) = 178+31+220=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #B21FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21FDC is #4DE023. Grayscale: #5F5F5F. Windows color (decimal): -5103652 or 14426034. OLE color: 14426034.

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

Color convert

RGB 178 31 220 -
CMYK 0.19 0.86 0 0.14
HSL 286.67º 0.75% 0.49% -
HSV(B) 286.67º 0.86% 0.86% -
XYZ 31.77 15.61 69.05 -
YUV 96.5 197.7 186.13 -
System Red Green Blue C M Y K H S L
Decimal 178 31 220 0.19 0.86 0 0.14 286.67 0.75 0.49
Hex B2 1F DC 13 56 0 E 11F 4B 31
Octal 262 37 334 23 126 0 16 437 113 61
Binary 10110010 11111 11011100 10011 1010110 0 1110 100011111 1001011 110001

Color Harmonies of #B21FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21FDC

Black with #B21FDC

Text Example


Text Example

White with #B21FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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