Html Css Color HEX #B41BDE Dark Orchid

📋 copy color: '#B41BDE'

red 180 ◦ green 27 ◦ blue 222

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

Shades of Dark Orchid #B41BDE

Tints of Dark Orchid #B41BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.29%

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

R = 41.96%
G = 6.29%
B = 51.75%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B41BDE (or 0xB41BDE) is known color: Dark Orchid. HEX triplet: B4, 1B and DE. RGB value is (180,27,222). Sum of RGB (Red+Green+Blue) = 180+27+222=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #B41BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BDE is #4BE421. Grayscale: #5E5E5E. Windows color (decimal): -4973602 or 14556084. OLE color: 14556084.

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

Color convert

RGB 180 27 222 -
CMYK 0.19 0.88 0 0.13
HSL 287.08º 0.78% 0.49% -
HSV(B) 287.08º 0.88% 0.87% -
XYZ 32.4 15.76 70.44 -
YUV 94.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 180 27 222 0.19 0.88 0 0.13 287.08 0.78 0.49
Hex B4 1B DE 13 58 0 D 11F 4E 31
Octal 264 33 336 23 130 0 15 437 116 61
Binary 10110100 11011 11011110 10011 1011000 0 1101 100011111 1001110 110001

Color Harmonies of #B41BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BDE

Black with #B41BDE

Text Example


Text Example

White with #B41BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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