Html Css Color HEX #B41EE3 Dark Orchid

📋 copy color: '#B41EE3'

red 180 ◦ green 30 ◦ blue 227

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

Shades of Dark Orchid #B41EE3

Tints of Dark Orchid #B41EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.95%

R = 41.19%
G = 6.86%
B = 51.95%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B41EE3 (or 0xB41EE3) is known color: Dark Orchid. HEX triplet: B4, 1E and E3. RGB value is (180,30,227). Sum of RGB (Red+Green+Blue) = 180+30+227=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #B41EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EE3 is #4BE11C. Grayscale: #606060. Windows color (decimal): -4972829 or 14884532. OLE color: 14884532.

HSL color Cylindrical-coordinate representation of color #B41EE3: hue angle of 285.69º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41EE3 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 30 227 -
CMYK 0.21 0.87 0 0.11
HSL 285.69º 0.78% 0.5% -
HSV(B) 285.69º 0.87% 0.89% -
XYZ 33.15 16.18 74.05 -
YUV 97.31 201.2 186.98 -
System Red Green Blue C M Y K H S L
Decimal 180 30 227 0.21 0.87 0 0.11 285.69 0.78 0.5
Hex B4 1E E3 15 57 0 B 11E 4E 32
Octal 264 36 343 25 127 0 13 436 116 62
Binary 10110100 11110 11100011 10101 1010111 0 1011 100011110 1001110 110010

Color Harmonies of #B41EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EE3

Black with #B41EE3

Text Example


Text Example

White with #B41EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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