Html Css Color HEX #B031D9 Dark Orchid

📋 copy color: '#B031D9'

red 176 ◦ green 49 ◦ blue 217

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

Shades of Dark Orchid #B031D9

Tints of Dark Orchid #B031D9

RGB

 RED value IS 176 (69.14% from 255) = 39.82%

 GREEN value IS 49 (19.53% from 255) = 11.09%

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 39.82%
G = 11.09%
B = 49.1%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B031D9 (or 0xB031D9) is known color: Dark Orchid. HEX triplet: B0, 31 and D9. RGB value is (176,49,217). Sum of RGB (Red+Green+Blue) = 176+49+217=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #B031D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031D9 is #4FCE26. Grayscale: #696969. Windows color (decimal): -5230119 or 14234032. OLE color: 14234032.

HSL color Cylindrical-coordinate representation of color #B031D9: hue angle of 285.36º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B031D9 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 49 217 -
CMYK 0.19 0.77 0 0.15
HSL 285.36º 0.69% 0.52% -
HSV(B) 285.36º 0.77% 0.85% -
XYZ 31.53 16.44 67.16 -
YUV 106.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 176 49 217 0.19 0.77 0 0.15 285.36 0.69 0.52
Hex B0 31 D9 13 4D 0 F 11D 45 34
Octal 260 61 331 23 115 0 17 435 105 64
Binary 10110000 110001 11011001 10011 1001101 0 1111 100011101 1000101 110100

Color Harmonies of #B031D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031D9

Black with #B031D9

Text Example


Text Example

White with #B031D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031D9; }

 p { color: rgb(176,49,217); }

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

background-color css

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

 a { background-color: rgb(176,49,217); }

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

border-color css

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

 span { border-color: rgb(176,49,217); }

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