Html Css Color HEX #B41EDC Dark Orchid

📋 copy color: '#B41EDC'

red 180 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #B41EDC

Tints of Dark Orchid #B41EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 41.86%
G = 6.98%
B = 51.16%

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

#B41EDC (or 0xB41EDC) is known color: Dark Orchid. HEX triplet: B4, 1E and DC. RGB value is (180,30,220). Sum of RGB (Red+Green+Blue) = 180+30+220=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #B41EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EDC is #4BE123. Grayscale: #5F5F5F. Windows color (decimal): -4972836 or 14425780. OLE color: 14425780.

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

Color convert

RGB 180 30 220 -
CMYK 0.18 0.86 0 0.14
HSL 287.37º 0.76% 0.49% -
HSV(B) 287.37º 0.86% 0.86% -
XYZ 32.2 15.8 69.06 -
YUV 96.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 180 30 220 0.18 0.86 0 0.14 287.37 0.76 0.49
Hex B4 1E DC 12 56 0 E 11F 4C 31
Octal 264 36 334 22 126 0 16 437 114 61
Binary 10110100 11110 11011100 10010 1010110 0 1110 100011111 1001100 110001

Color Harmonies of #B41EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EDC

Black with #B41EDC

Text Example


Text Example

White with #B41EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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