Html Css Color HEX #B21FDF Dark Orchid

📋 copy color: '#B21FDF'

red 178 ◦ green 31 ◦ blue 223

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

Shades of Dark Orchid #B21FDF

Tints of Dark Orchid #B21FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 41.2%
G = 7.18%
B = 51.62%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B21FDF (or 0xB21FDF) is known color: Dark Orchid. HEX triplet: B2, 1F and DF. RGB value is (178,31,223). Sum of RGB (Red+Green+Blue) = 178+31+223=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #B21FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21FDF is #4DE020. Grayscale: #606060. Windows color (decimal): -5103649 or 14622642. OLE color: 14622642.

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

Color convert

RGB 178 31 223 -
CMYK 0.20 0.86 0 0.13
HSL 285.94º 0.76% 0.5% -
HSV(B) 285.94º 0.86% 0.87% -
XYZ 32.17 15.77 71.16 -
YUV 96.84 199.2 185.89 -
System Red Green Blue C M Y K H S L
Decimal 178 31 223 0.20 0.86 0 0.13 285.94 0.76 0.5
Hex B2 1F DF 14 56 0 D 11E 4C 32
Octal 262 37 337 24 126 0 15 436 114 62
Binary 10110010 11111 11011111 10100 1010110 0 1101 100011110 1001100 110010

Color Harmonies of #B21FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21FDF

Black with #B21FDF

Text Example


Text Example

White with #B21FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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