Html Css Color HEX #B031D7 Dark Orchid

📋 copy color: '#B031D7'

red 176 ◦ green 49 ◦ blue 215

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

Shades of Dark Orchid #B031D7

Tints of Dark Orchid #B031D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.86%

R = 40%
G = 11.14%
B = 48.86%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B031D7 (or 0xB031D7) is known color: Dark Orchid. HEX triplet: B0, 31 and D7. RGB value is (176,49,215). Sum of RGB (Red+Green+Blue) = 176+49+215=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #B031D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031D7 is #4FCE28. Grayscale: #696969. Windows color (decimal): -5230121 or 14102960. OLE color: 14102960.

HSL color Cylindrical-coordinate representation of color #B031D7: hue angle of 285.9º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B031D7 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 49 215 -
CMYK 0.18 0.77 0 0.16
HSL 285.9º 0.67% 0.52% -
HSV(B) 285.9º 0.77% 0.84% -
XYZ 31.27 16.33 65.79 -
YUV 105.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 176 49 215 0.18 0.77 0 0.16 285.9 0.67 0.52
Hex B0 31 D7 12 4D 0 10 11E 43 34
Octal 260 61 327 22 115 0 20 436 103 64
Binary 10110000 110001 11010111 10010 1001101 0 10000 100011110 1000011 110100

Color Harmonies of #B031D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031D7

Black with #B031D7

Text Example


Text Example

White with #B031D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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