Html Css Color HEX #B31ADA Dark Orchid

📋 copy color: '#B31ADA'

red 179 ◦ green 26 ◦ blue 218

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

Shades of Dark Orchid #B31ADA

Tints of Dark Orchid #B31ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 42.32%
G = 6.15%
B = 51.54%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B31ADA (or 0xB31ADA) is known color: Dark Orchid. HEX triplet: B3, 1A and DA. RGB value is (179,26,218). Sum of RGB (Red+Green+Blue) = 179+26+218=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #B31ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ADA is #4CE525. Grayscale: #5D5D5D. Windows color (decimal): -5039398 or 14293683. OLE color: 14293683.

HSL color Cylindrical-coordinate representation of color #B31ADA: hue angle of 287.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31ADA is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 26 218 -
CMYK 0.18 0.88 0 0.15
HSL 287.81º 0.79% 0.48% -
HSV(B) 287.81º 0.88% 0.85% -
XYZ 31.61 15.38 67.63 -
YUV 93.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 179 26 218 0.18 0.88 0 0.15 287.81 0.79 0.48
Hex B3 1A DA 12 58 0 F 120 4F 30
Octal 263 32 332 22 130 0 17 440 117 60
Binary 10110011 11010 11011010 10010 1011000 0 1111 100100000 1001111 110000

Color Harmonies of #B31ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31ADA

Black with #B31ADA

Text Example


Text Example

White with #B31ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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