Html Css Color HEX #B41EC9 Dark Orchid

📋 copy color: '#B41EC9'

red 180 ◦ green 30 ◦ blue 201

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

Shades of Dark Orchid #B41EC9

Tints of Dark Orchid #B41EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 43.8%
G = 7.3%
B = 48.91%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B41EC9 (or 0xB41EC9) is known color: Dark Orchid. HEX triplet: B4, 1E and C9. RGB value is (180,30,201). Sum of RGB (Red+Green+Blue) = 180+30+201=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #B41EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EC9 is #4BE136. Grayscale: #5D5D5D. Windows color (decimal): -4972855 or 13180596. OLE color: 13180596.

HSL color Cylindrical-coordinate representation of color #B41EC9: hue angle of 292.63º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41EC9 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 30 201 -
CMYK 0.10 0.85 0 0.21
HSL 292.63º 0.74% 0.45% -
HSV(B) 292.63º 0.85% 0.79% -
XYZ 29.83 14.85 56.55 -
YUV 94.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 180 30 201 0.10 0.85 0 0.21 292.63 0.74 0.45
Hex B4 1E C9 A 55 0 15 125 4A 2D
Octal 264 36 311 12 125 0 25 445 112 55
Binary 10110100 11110 11001001 1010 1010101 0 10101 100100101 1001010 101101

Color Harmonies of #B41EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EC9

Black with #B41EC9

Text Example


Text Example

White with #B41EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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