Html Css Color HEX #B31AD5 Dark Orchid

📋 copy color: '#B31AD5'

red 179 ◦ green 26 ◦ blue 213

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

Shades of Dark Orchid #B31AD5

Tints of Dark Orchid #B31AD5

RGB

 RED value IS 179 (70.31% from 255) = 42.82%

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

 BLUE value IS 213 (83.59% from 255) = 50.96%

R = 42.82%
G = 6.22%
B = 50.96%

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

#B31AD5 (or 0xB31AD5) is known color: Dark Orchid. HEX triplet: B3, 1A and D5. RGB value is (179,26,213). Sum of RGB (Red+Green+Blue) = 179+26+213=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #B31AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31AD5 is #4CE52A. Grayscale: #5C5C5C. Windows color (decimal): -5039403 or 13966003. OLE color: 13966003.

HSL color Cylindrical-coordinate representation of color #B31AD5: hue angle of 289.09º 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 #B31AD5 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 26 213 -
CMYK 0.16 0.88 0 0.16
HSL 289.09º 0.78% 0.47% -
HSV(B) 289.09º 0.88% 0.84% -
XYZ 30.97 15.13 64.24 -
YUV 93.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 179 26 213 0.16 0.88 0 0.16 289.09 0.78 0.47
Hex B3 1A D5 10 58 0 10 121 4E 2F
Octal 263 32 325 20 130 0 20 441 116 57
Binary 10110011 11010 11010101 10000 1011000 0 10000 100100001 1001110 101111

Color Harmonies of #B31AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31AD5

Black with #B31AD5

Text Example


Text Example

White with #B31AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31AD5; }

 p { color: rgb(179,26,213); }

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

background-color css

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

 a { background-color: rgb(179,26,213); }

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

border-color css

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

 span { border-color: rgb(179,26,213); }

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