Html Css Color HEX #B41ECE Dark Orchid

📋 copy color: '#B41ECE'

red 180 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #B41ECE

Tints of Dark Orchid #B41ECE

RGB

 RED value IS 180 (70.7% from 255) = 43.27%

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 43.27%
G = 7.21%
B = 49.52%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B41ECE (or 0xB41ECE) is known color: Dark Orchid. HEX triplet: B4, 1E and CE. RGB value is (180,30,206). Sum of RGB (Red+Green+Blue) = 180+30+206=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #B41ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41ECE is #4BE131. Grayscale: #5E5E5E. Windows color (decimal): -4972850 or 13508276. OLE color: 13508276.

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

Color convert

RGB 180 30 206 -
CMYK 0.13 0.85 0 0.19
HSL 291.14º 0.75% 0.46% -
HSV(B) 291.14º 0.85% 0.81% -
XYZ 30.43 15.09 59.7 -
YUV 94.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 180 30 206 0.13 0.85 0 0.19 291.14 0.75 0.46
Hex B4 1E CE D 55 0 13 123 4B 2E
Octal 264 36 316 15 125 0 23 443 113 56
Binary 10110100 11110 11001110 1101 1010101 0 10011 100100011 1001011 101110

Color Harmonies of #B41ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41ECE

Black with #B41ECE

Text Example


Text Example

White with #B41ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41ECE; }

 p { color: rgb(180,30,206); }

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

background-color css

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

 a { background-color: rgb(180,30,206); }

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

border-color css

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

 span { border-color: rgb(180,30,206); }

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