Html Css Color HEX #B31DDD Dark Orchid

📋 copy color: '#B31DDD'

red 179 ◦ green 29 ◦ blue 221

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

Shades of Dark Orchid #B31DDD

Tints of Dark Orchid #B31DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 41.72%
G = 6.76%
B = 51.52%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B31DDD (or 0xB31DDD) is known color: Dark Orchid. HEX triplet: B3, 1D and DD. RGB value is (179,29,221). Sum of RGB (Red+Green+Blue) = 179+29+221=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #B31DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DDD is #4CE222. Grayscale: #5F5F5F. Windows color (decimal): -5038627 or 14491059. OLE color: 14491059.

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

Color convert

RGB 179 29 221 -
CMYK 0.19 0.87 0 0.13
HSL 286.88º 0.77% 0.49% -
HSV(B) 286.88º 0.87% 0.87% -
XYZ 32.08 15.68 69.74 -
YUV 95.74 198.7 187.39 -
System Red Green Blue C M Y K H S L
Decimal 179 29 221 0.19 0.87 0 0.13 286.88 0.77 0.49
Hex B3 1D DD 13 57 0 D 11F 4D 31
Octal 263 35 335 23 127 0 15 437 115 61
Binary 10110011 11101 11011101 10011 1010111 0 1101 100011111 1001101 110001

Color Harmonies of #B31DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DDD

Black with #B31DDD

Text Example


Text Example

White with #B31DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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