Html Css Color HEX #B051C1 Medium Orchid

📋 copy color: '#B051C1'

red 176 ◦ green 81 ◦ blue 193

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

Shades of Medium Orchid #B051C1

Tints of Medium Orchid #B051C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.89%

R = 39.11%
G = 18%
B = 42.89%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B051C1 (or 0xB051C1) is known color: Medium Orchid. HEX triplet: B0, 51 and C1. RGB value is (176,81,193). Sum of RGB (Red+Green+Blue) = 176+81+193=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #B051C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051C1 is #4FAE3E. Grayscale: #797979. Windows color (decimal): -5221951 or 12669360. OLE color: 12669360.

HSL color Cylindrical-coordinate representation of color #B051C1: hue angle of 290.89º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B051C1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 81 193 -
CMYK 0.09 0.58 0 0.24
HSL 290.89º 0.47% 0.54% -
HSV(B) 290.89º 0.58% 0.76% -
XYZ 30.47 18.97 52.51 -
YUV 122.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 176 81 193 0.09 0.58 0 0.24 290.89 0.47 0.54
Hex B0 51 C1 9 3A 0 18 123 2F 36
Octal 260 121 301 11 72 0 30 443 57 66
Binary 10110000 1010001 11000001 1001 111010 0 11000 100100011 101111 110110

Color Harmonies of #B051C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051C1

Black with #B051C1

Text Example


Text Example

White with #B051C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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