Html Css Color HEX #B41EDE Dark Orchid

📋 copy color: '#B41EDE'

red 180 ◦ green 30 ◦ blue 222

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

Shades of Dark Orchid #B41EDE

Tints of Dark Orchid #B41EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 41.67%
G = 6.94%
B = 51.39%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B41EDE (or 0xB41EDE) is known color: Dark Orchid. HEX triplet: B4, 1E and DE. RGB value is (180,30,222). Sum of RGB (Red+Green+Blue) = 180+30+222=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #B41EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EDE is #4BE121. Grayscale: #606060. Windows color (decimal): -4972834 or 14556852. OLE color: 14556852.

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

Color convert

RGB 180 30 222 -
CMYK 0.19 0.86 0 0.13
HSL 286.88º 0.76% 0.49% -
HSV(B) 286.88º 0.86% 0.87% -
XYZ 32.47 15.91 70.47 -
YUV 96.74 198.7 187.39 -
System Red Green Blue C M Y K H S L
Decimal 180 30 222 0.19 0.86 0 0.13 286.88 0.76 0.49
Hex B4 1E DE 13 56 0 D 11F 4C 31
Octal 264 36 336 23 126 0 15 437 114 61
Binary 10110100 11110 11011110 10011 1010110 0 1101 100011111 1001100 110001

Color Harmonies of #B41EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EDE

Black with #B41EDE

Text Example


Text Example

White with #B41EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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