Html Css Color HEX #B051D7 Medium Orchid

📋 copy color: '#B051D7'

red 176 ◦ green 81 ◦ blue 215

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

Shades of Medium Orchid #B051D7

Tints of Medium Orchid #B051D7

RGB

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

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

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

R = 37.29%
G = 17.16%
B = 45.55%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B051D7 (or 0xB051D7) is known color: Medium Orchid. HEX triplet: B0, 51 and D7. RGB value is (176,81,215). Sum of RGB (Red+Green+Blue) = 176+81+215=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #B051D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051D7 is #4FAE28. Grayscale: #7C7C7C. Windows color (decimal): -5221929 or 14111152. OLE color: 14111152.

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

Color convert

RGB 176 81 215 -
CMYK 0.18 0.62 0 0.16
HSL 282.54º 0.63% 0.58% -
HSV(B) 282.54º 0.62% 0.84% -
XYZ 33.11 20.02 66.41 -
YUV 124.68 178.97 164.6 -
System Red Green Blue C M Y K H S L
Decimal 176 81 215 0.18 0.62 0 0.16 282.54 0.63 0.58
Hex B0 51 D7 12 3E 0 10 11B 3F 3A
Octal 260 121 327 22 76 0 20 433 77 72
Binary 10110000 1010001 11010111 10010 111110 0 10000 100011011 111111 111010

Color Harmonies of #B051D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051D7

Black with #B051D7

Text Example


Text Example

White with #B051D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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