Html Css Color HEX #B31ADC Dark Orchid

📋 copy color: '#B31ADC'

red 179 ◦ green 26 ◦ blue 220

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

Shades of Dark Orchid #B31ADC

Tints of Dark Orchid #B31ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 42.12%
G = 6.12%
B = 51.76%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B31ADC (or 0xB31ADC) is known color: Dark Orchid. HEX triplet: B3, 1A and DC. RGB value is (179,26,220). Sum of RGB (Red+Green+Blue) = 179+26+220=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #B31ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ADC is #4CE523. Grayscale: #5D5D5D. Windows color (decimal): -5039396 or 14424755. OLE color: 14424755.

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

Color convert

RGB 179 26 220 -
CMYK 0.19 0.88 0 0.14
HSL 287.32º 0.79% 0.48% -
HSV(B) 287.32º 0.88% 0.86% -
XYZ 31.88 15.49 69.02 -
YUV 93.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 179 26 220 0.19 0.88 0 0.14 287.32 0.79 0.48
Hex B3 1A DC 13 58 0 E 11F 4F 30
Octal 263 32 334 23 130 0 16 437 117 60
Binary 10110011 11010 11011100 10011 1011000 0 1110 100011111 1001111 110000

Color Harmonies of #B31ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31ADC

Black with #B31ADC

Text Example


Text Example

White with #B31ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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