Html Css Color HEX #B41CDB Dark Orchid

📋 copy color: '#B41CDB'

red 180 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #B41CDB

Tints of Dark Orchid #B41CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 42.15%
G = 6.56%
B = 51.29%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B41CDB (or 0xB41CDB) is known color: Dark Orchid. HEX triplet: B4, 1C and DB. RGB value is (180,28,219). Sum of RGB (Red+Green+Blue) = 180+28+219=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #B41CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CDB is #4BE324. Grayscale: #5E5E5E. Windows color (decimal): -4973349 or 14359732. OLE color: 14359732.

HSL color Cylindrical-coordinate representation of color #B41CDB: hue angle of 287.75º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41CDB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 28 219 -
CMYK 0.18 0.87 0 0.14
HSL 287.75º 0.77% 0.48% -
HSV(B) 287.75º 0.87% 0.86% -
XYZ 32.02 15.65 68.35 -
YUV 95.22 197.86 188.47 -
System Red Green Blue C M Y K H S L
Decimal 180 28 219 0.18 0.87 0 0.14 287.75 0.77 0.48
Hex B4 1C DB 12 57 0 E 120 4D 30
Octal 264 34 333 22 127 0 16 440 115 60
Binary 10110100 11100 11011011 10010 1010111 0 1110 100100000 1001101 110000

Color Harmonies of #B41CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CDB

Black with #B41CDB

Text Example


Text Example

White with #B41CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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