Html Css Color HEX #B21EBE Dark Orchid

📋 copy color: '#B21EBE'

red 178 ◦ green 30 ◦ blue 190

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

Shades of Dark Orchid #B21EBE

Tints of Dark Orchid #B21EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 44.72%
G = 7.54%
B = 47.74%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B21EBE (or 0xB21EBE) is known color: Dark Orchid. HEX triplet: B2, 1E and BE. RGB value is (178,30,190). Sum of RGB (Red+Green+Blue) = 178+30+190=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #B21EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EBE is #4DE141. Grayscale: #5C5C5C. Windows color (decimal): -5103938 or 12459698. OLE color: 12459698.

HSL color Cylindrical-coordinate representation of color #B21EBE: hue angle of 295.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21EBE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 30 190 -
CMYK 0.06 0.84 0 0.25
HSL 295.5º 0.73% 0.43% -
HSV(B) 295.5º 0.84% 0.75% -
XYZ 28.12 14.11 49.96 -
YUV 92.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 178 30 190 0.06 0.84 0 0.25 295.5 0.73 0.43
Hex B2 1E BE 6 54 0 19 128 49 2B
Octal 262 36 276 6 124 0 31 450 111 53
Binary 10110010 11110 10111110 110 1010100 0 11001 100101000 1001001 101011

Color Harmonies of #B21EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EBE

Black with #B21EBE

Text Example


Text Example

White with #B21EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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