Html Css Color HEX #B41DDE Dark Orchid

📋 copy color: '#B41DDE'

red 180 ◦ green 29 ◦ blue 222

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

Shades of Dark Orchid #B41DDE

Tints of Dark Orchid #B41DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.73%

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

R = 41.76%
G = 6.73%
B = 51.51%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B41DDE (or 0xB41DDE) is known color: Dark Orchid. HEX triplet: B4, 1D and DE. RGB value is (180,29,222). Sum of RGB (Red+Green+Blue) = 180+29+222=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #B41DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DDE is #4BE221. Grayscale: #5F5F5F. Windows color (decimal): -4973090 or 14556596. OLE color: 14556596.

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

Color convert

RGB 180 29 222 -
CMYK 0.19 0.87 0 0.13
HSL 286.94º 0.77% 0.49% -
HSV(B) 286.94º 0.87% 0.87% -
XYZ 32.45 15.86 70.46 -
YUV 96.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 180 29 222 0.19 0.87 0 0.13 286.94 0.77 0.49
Hex B4 1D DE 13 57 0 D 11F 4D 31
Octal 264 35 336 23 127 0 15 437 115 61
Binary 10110100 11101 11011110 10011 1010111 0 1101 100011111 1001101 110001

Color Harmonies of #B41DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DDE

Black with #B41DDE

Text Example


Text Example

White with #B41DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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