Html Css Color HEX #B21FE3 Dark Orchid

📋 copy color: '#B21FE3'

red 178 ◦ green 31 ◦ blue 227

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

Shades of Dark Orchid #B21FE3

Tints of Dark Orchid #B21FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 52.06%

R = 40.83%
G = 7.11%
B = 52.06%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B21FE3 (or 0xB21FE3) is known color: Dark Orchid. HEX triplet: B2, 1F and E3. RGB value is (178,31,227). Sum of RGB (Red+Green+Blue) = 178+31+227=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 227 (89.06% from 255 or 52.06% from 436); Max value from RGB is 227 - color contains mainly: blue. Hex color #B21FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21FE3 is #4DE01C. Grayscale: #606060. Windows color (decimal): -5103645 or 14884786. OLE color: 14884786.

HSL color Cylindrical-coordinate representation of color #B21FE3: hue angle of 285º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21FE3 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 31 227 -
CMYK 0.22 0.86 0 0.11
HSL 285º 0.78% 0.51% -
HSV(B) 285º 0.86% 0.89% -
XYZ 32.72 15.99 74.04 -
YUV 97.3 201.2 185.56 -
System Red Green Blue C M Y K H S L
Decimal 178 31 227 0.22 0.86 0 0.11 285 0.78 0.51
Hex B2 1F E3 16 56 0 B 11D 4E 33
Octal 262 37 343 26 126 0 13 435 116 63
Binary 10110010 11111 11100011 10110 1010110 0 1011 100011101 1001110 110011

Color Harmonies of #B21FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21FE3

Black with #B21FE3

Text Example


Text Example

White with #B21FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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