Html Css Color HEX #B051D9 Medium Orchid

📋 copy color: '#B051D9'

red 176 ◦ green 81 ◦ blue 217

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

Shades of Medium Orchid #B051D9

Tints of Medium Orchid #B051D9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.09%

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

R = 37.13%
G = 17.09%
B = 45.78%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B051D9 (or 0xB051D9) is known color: Medium Orchid. HEX triplet: B0, 51 and D9. RGB value is (176,81,217). Sum of RGB (Red+Green+Blue) = 176+81+217=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #B051D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051D9 is #4FAE26. Grayscale: #7C7C7C. Windows color (decimal): -5221927 or 14242224. OLE color: 14242224.

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

Color convert

RGB 176 81 217 -
CMYK 0.19 0.63 0 0.15
HSL 281.91º 0.64% 0.58% -
HSV(B) 281.91º 0.63% 0.85% -
XYZ 33.37 20.12 67.77 -
YUV 124.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 176 81 217 0.19 0.63 0 0.15 281.91 0.64 0.58
Hex B0 51 D9 13 3F 0 F 11A 40 3A
Octal 260 121 331 23 77 0 17 432 100 72
Binary 10110000 1010001 11011001 10011 111111 0 1111 100011010 1000000 111010

Color Harmonies of #B051D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051D9

Black with #B051D9

Text Example


Text Example

White with #B051D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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