Html Css Color HEX #B21BE0 Dark Orchid

📋 copy color: '#B21BE0'

red 178 ◦ green 27 ◦ blue 224

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

Shades of Dark Orchid #B21BE0

Tints of Dark Orchid #B21BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.29%

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

R = 41.49%
G = 6.29%
B = 52.21%

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

#B21BE0 (or 0xB21BE0) is known color: Dark Orchid. HEX triplet: B2, 1B and E0. RGB value is (178,27,224). Sum of RGB (Red+Green+Blue) = 178+27+224=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #B21BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21BE0 is #4DE41F. Grayscale: #5D5D5D. Windows color (decimal): -5104672 or 14687154. OLE color: 14687154.

HSL color Cylindrical-coordinate representation of color #B21BE0: hue angle of 285.99º 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 #B21BE0 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 27 224 -
CMYK 0.21 0.88 0 0.12
HSL 285.99º 0.78% 0.49% -
HSV(B) 285.99º 0.88% 0.88% -
XYZ 32.21 15.63 71.84 -
YUV 94.61 201.03 187.48 -
System Red Green Blue C M Y K H S L
Decimal 178 27 224 0.21 0.88 0 0.12 285.99 0.78 0.49
Hex B2 1B E0 15 58 0 C 11E 4E 31
Octal 262 33 340 25 130 0 14 436 116 61
Binary 10110010 11011 11100000 10101 1011000 0 1100 100011110 1001110 110001

Color Harmonies of #B21BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BE0

Black with #B21BE0

Text Example


Text Example

White with #B21BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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