Html Css Color HEX #B41ECF Dark Orchid

📋 copy color: '#B41ECF'

red 180 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #B41ECF

Tints of Dark Orchid #B41ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 43.17%
G = 7.19%
B = 49.64%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B41ECF (or 0xB41ECF) is known color: Dark Orchid. HEX triplet: B4, 1E and CF. RGB value is (180,30,207). Sum of RGB (Red+Green+Blue) = 180+30+207=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #B41ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41ECF is #4BE130. Grayscale: #5E5E5E. Windows color (decimal): -4972849 or 13573812. OLE color: 13573812.

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

Color convert

RGB 180 30 207 -
CMYK 0.13 0.86 0 0.19
HSL 290.85º 0.75% 0.46% -
HSV(B) 290.85º 0.86% 0.81% -
XYZ 30.55 15.14 60.34 -
YUV 95.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 180 30 207 0.13 0.86 0 0.19 290.85 0.75 0.46
Hex B4 1E CF D 56 0 13 123 4B 2E
Octal 264 36 317 15 126 0 23 443 113 56
Binary 10110100 11110 11001111 1101 1010110 0 10011 100100011 1001011 101110

Color Harmonies of #B41ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41ECF

Black with #B41ECF

Text Example


Text Example

White with #B41ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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