Html Css Color HEX #B21ECF Dark Orchid

📋 copy color: '#B21ECF'

red 178 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #B21ECF

Tints of Dark Orchid #B21ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.23%

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 42.89%
G = 7.23%
B = 49.88%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B21ECF (or 0xB21ECF) is known color: Dark Orchid. HEX triplet: B2, 1E and CF. RGB value is (178,30,207). Sum of RGB (Red+Green+Blue) = 178+30+207=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #B21ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ECF is #4DE130. Grayscale: #5D5D5D. Windows color (decimal): -5103921 or 13573810. OLE color: 13573810.

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

Color convert

RGB 178 30 207 -
CMYK 0.14 0.86 0 0.19
HSL 290.17º 0.75% 0.46% -
HSV(B) 290.17º 0.86% 0.81% -
XYZ 30.09 14.9 60.32 -
YUV 94.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 178 30 207 0.14 0.86 0 0.19 290.17 0.75 0.46
Hex B2 1E CF E 56 0 13 122 4B 2E
Octal 262 36 317 16 126 0 23 442 113 56
Binary 10110010 11110 11001111 1110 1010110 0 10011 100100010 1001011 101110

Color Harmonies of #B21ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21ECF

Black with #B21ECF

Text Example


Text Example

White with #B21ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21ECF; }

 p { color: rgb(178,30,207); }

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

background-color css

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

 a { background-color: rgb(178,30,207); }

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

border-color css

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

 span { border-color: rgb(178,30,207); }

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