Html Css Color HEX #B21CE0 Dark Orchid

📋 copy color: '#B21CE0'

red 178 ◦ green 28 ◦ blue 224

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

Shades of Dark Orchid #B21CE0

Tints of Dark Orchid #B21CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 41.4%
G = 6.51%
B = 52.09%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B21CE0 (or 0xB21CE0) is known color: Dark Orchid. HEX triplet: B2, 1C and E0. RGB value is (178,28,224). Sum of RGB (Red+Green+Blue) = 178+28+224=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #B21CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CE0 is #4DE31F. Grayscale: #5E5E5E. Windows color (decimal): -5104416 or 14687410. OLE color: 14687410.

HSL color Cylindrical-coordinate representation of color #B21CE0: hue angle of 285.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21CE0 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 28 224 -
CMYK 0.21 0.88 0 0.12
HSL 285.92º 0.78% 0.49% -
HSV(B) 285.92º 0.88% 0.88% -
XYZ 32.23 15.68 71.85 -
YUV 95.19 200.7 187.06 -
System Red Green Blue C M Y K H S L
Decimal 178 28 224 0.21 0.88 0 0.12 285.92 0.78 0.49
Hex B2 1C E0 15 58 0 C 11E 4E 31
Octal 262 34 340 25 130 0 14 436 116 61
Binary 10110010 11100 11100000 10101 1011000 0 1100 100011110 1001110 110001

Color Harmonies of #B21CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CE0

Black with #B21CE0

Text Example


Text Example

White with #B21CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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