Html Css Color HEX #B41AD6 Dark Orchid

📋 copy color: '#B41AD6'

red 180 ◦ green 26 ◦ blue 214

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

Shades of Dark Orchid #B41AD6

Tints of Dark Orchid #B41AD6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.19%

 BLUE value IS 214 (83.98% from 255) = 50.95%

R = 42.86%
G = 6.19%
B = 50.95%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B41AD6 (or 0xB41AD6) is known color: Dark Orchid. HEX triplet: B4, 1A and D6. RGB value is (180,26,214). Sum of RGB (Red+Green+Blue) = 180+26+214=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #B41AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41AD6 is #4BE529. Grayscale: #5C5C5C. Windows color (decimal): -4973866 or 14031540. OLE color: 14031540.

HSL color Cylindrical-coordinate representation of color #B41AD6: hue angle of 289.15º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41AD6 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 26 214 -
CMYK 0.16 0.88 0 0.16
HSL 289.15º 0.78% 0.47% -
HSV(B) 289.15º 0.88% 0.84% -
XYZ 31.33 15.3 64.92 -
YUV 93.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 180 26 214 0.16 0.88 0 0.16 289.15 0.78 0.47
Hex B4 1A D6 10 58 0 10 121 4E 2F
Octal 264 32 326 20 130 0 20 441 116 57
Binary 10110100 11010 11010110 10000 1011000 0 10000 100100001 1001110 101111

Color Harmonies of #B41AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AD6

Black with #B41AD6

Text Example


Text Example

White with #B41AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AD6; }

 p { color: rgb(180,26,214); }

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

background-color css

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

 a { background-color: rgb(180,26,214); }

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

border-color css

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

 span { border-color: rgb(180,26,214); }

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