Html Css Color HEX #B41CCD Dark Orchid

📋 copy color: '#B41CCD'

red 180 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #B41CCD

Tints of Dark Orchid #B41CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.78%

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

R = 43.58%
G = 6.78%
B = 49.64%

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

#B41CCD (or 0xB41CCD) is known color: Dark Orchid. HEX triplet: B4, 1C and CD. RGB value is (180,28,205). Sum of RGB (Red+Green+Blue) = 180+28+205=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #B41CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CCD is #4BE332. Grayscale: #5D5D5D. Windows color (decimal): -4973363 or 13442228. OLE color: 13442228.

HSL color Cylindrical-coordinate representation of color #B41CCD: hue angle of 291.53º degrees, saturation: 0.76, 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 #B41CCD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 28 205 -
CMYK 0.12 0.86 0 0.20
HSL 291.53º 0.76% 0.46% -
HSV(B) 291.53º 0.86% 0.8% -
XYZ 30.26 14.94 59.05 -
YUV 93.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 180 28 205 0.12 0.86 0 0.20 291.53 0.76 0.46
Hex B4 1C CD C 56 0 14 124 4C 2E
Octal 264 34 315 14 126 0 24 444 114 56
Binary 10110100 11100 11001101 1100 1010110 0 10100 100100100 1001100 101110

Color Harmonies of #B41CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CCD

Black with #B41CCD

Text Example


Text Example

White with #B41CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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