Html Css Color HEX #B41EDB Dark Orchid

📋 copy color: '#B41EDB'

red 180 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #B41EDB

Tints of Dark Orchid #B41EDB

RGB

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

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

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

R = 41.96%
G = 6.99%
B = 51.05%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B41EDB (or 0xB41EDB) is known color: Dark Orchid. HEX triplet: B4, 1E and DB. RGB value is (180,30,219). Sum of RGB (Red+Green+Blue) = 180+30+219=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #B41EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EDB is #4BE124. Grayscale: #5F5F5F. Windows color (decimal): -4972837 or 14360244. OLE color: 14360244.

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

Color convert

RGB 180 30 219 -
CMYK 0.18 0.86 0 0.14
HSL 287.62º 0.76% 0.49% -
HSV(B) 287.62º 0.86% 0.86% -
XYZ 32.07 15.75 68.37 -
YUV 96.4 197.2 187.63 -
System Red Green Blue C M Y K H S L
Decimal 180 30 219 0.18 0.86 0 0.14 287.62 0.76 0.49
Hex B4 1E DB 12 56 0 E 120 4C 31
Octal 264 36 333 22 126 0 16 440 114 61
Binary 10110100 11110 11011011 10010 1010110 0 1110 100100000 1001100 110001

Color Harmonies of #B41EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EDB

Black with #B41EDB

Text Example


Text Example

White with #B41EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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