Html Css Color HEX #B41DCD Dark Orchid

📋 copy color: '#B41DCD'

red 180 ◦ green 29 ◦ blue 205

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

Shades of Dark Orchid #B41DCD

Tints of Dark Orchid #B41DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 43.48%
G = 7%
B = 49.52%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B41DCD (or 0xB41DCD) is known color: Dark Orchid. HEX triplet: B4, 1D and CD. RGB value is (180,29,205). Sum of RGB (Red+Green+Blue) = 180+29+205=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #B41DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DCD is #4BE232. Grayscale: #5D5D5D. Windows color (decimal): -4973107 or 13442484. OLE color: 13442484.

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

Color convert

RGB 180 29 205 -
CMYK 0.12 0.86 0 0.20
HSL 291.48º 0.75% 0.46% -
HSV(B) 291.48º 0.86% 0.8% -
XYZ 30.28 14.99 59.05 -
YUV 94.21 190.53 189.19 -
System Red Green Blue C M Y K H S L
Decimal 180 29 205 0.12 0.86 0 0.20 291.48 0.75 0.46
Hex B4 1D CD C 56 0 14 123 4B 2E
Octal 264 35 315 14 126 0 24 443 113 56
Binary 10110100 11101 11001101 1100 1010110 0 10100 100100011 1001011 101110

Color Harmonies of #B41DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DCD

Black with #B41DCD

Text Example


Text Example

White with #B41DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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