Html Css Color HEX #B31DDC Dark Orchid

📋 copy color: '#B31DDC'

red 179 ◦ green 29 ◦ blue 220

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

Shades of Dark Orchid #B31DDC

Tints of Dark Orchid #B31DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.78%

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

R = 41.82%
G = 6.78%
B = 51.4%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B31DDC (or 0xB31DDC) is known color: Dark Orchid. HEX triplet: B3, 1D and DC. RGB value is (179,29,220). Sum of RGB (Red+Green+Blue) = 179+29+220=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #B31DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DDC is #4CE223. Grayscale: #5F5F5F. Windows color (decimal): -5038628 or 14425523. OLE color: 14425523.

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

Color convert

RGB 179 29 220 -
CMYK 0.19 0.87 0 0.14
HSL 287.12º 0.77% 0.49% -
HSV(B) 287.12º 0.87% 0.86% -
XYZ 31.95 15.63 69.04 -
YUV 95.62 198.2 187.47 -
System Red Green Blue C M Y K H S L
Decimal 179 29 220 0.19 0.87 0 0.14 287.12 0.77 0.49
Hex B3 1D DC 13 57 0 E 11F 4D 31
Octal 263 35 334 23 127 0 16 437 115 61
Binary 10110011 11101 11011100 10011 1010111 0 1110 100011111 1001101 110001

Color Harmonies of #B31DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DDC

Black with #B31DDC

Text Example


Text Example

White with #B31DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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