Html Css Color HEX #B41DCE Dark Orchid

📋 copy color: '#B41DCE'

red 180 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #B41DCE

Tints of Dark Orchid #B41DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.99%

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

R = 43.37%
G = 6.99%
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

#B41DCE (or 0xB41DCE) is known color: Dark Orchid. HEX triplet: B4, 1D and CE. RGB value is (180,29,206). Sum of RGB (Red+Green+Blue) = 180+29+206=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #B41DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DCE is #4BE231. Grayscale: #5D5D5D. Windows color (decimal): -4973106 or 13508020. OLE color: 13508020.

HSL color Cylindrical-coordinate representation of color #B41DCE: hue angle of 291.19º 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 #B41DCE is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 29 206 -
CMYK 0.13 0.86 0 0.19
HSL 291.19º 0.75% 0.46% -
HSV(B) 291.19º 0.86% 0.81% -
XYZ 30.4 15.04 59.69 -
YUV 94.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 180 29 206 0.13 0.86 0 0.19 291.19 0.75 0.46
Hex B4 1D CE D 56 0 13 123 4B 2E
Octal 264 35 316 15 126 0 23 443 113 56
Binary 10110100 11101 11001110 1101 1010110 0 10011 100100011 1001011 101110

Color Harmonies of #B41DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DCE

Black with #B41DCE

Text Example


Text Example

White with #B41DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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