Html Css Color HEX #B051C9 Medium Orchid

📋 copy color: '#B051C9'

red 176 ◦ green 81 ◦ blue 201

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

Shades of Medium Orchid #B051C9

Tints of Medium Orchid #B051C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.89%

R = 38.43%
G = 17.69%
B = 43.89%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B051C9 (or 0xB051C9) is known color: Medium Orchid. HEX triplet: B0, 51 and C9. RGB value is (176,81,201). Sum of RGB (Red+Green+Blue) = 176+81+201=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #B051C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051C9 is #4FAE36. Grayscale: #7A7A7A. Windows color (decimal): -5221943 or 13193648. OLE color: 13193648.

HSL color Cylindrical-coordinate representation of color #B051C9: hue angle of 287.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B051C9 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 81 201 -
CMYK 0.12 0.60 0 0.21
HSL 287.5º 0.53% 0.55% -
HSV(B) 287.5º 0.6% 0.79% -
XYZ 31.39 19.33 57.34 -
YUV 123.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 176 81 201 0.12 0.60 0 0.21 287.5 0.53 0.55
Hex B0 51 C9 C 3C 0 15 120 35 37
Octal 260 121 311 14 74 0 25 440 65 67
Binary 10110000 1010001 11001001 1100 111100 0 10101 100100000 110101 110111

Color Harmonies of #B051C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051C9

Black with #B051C9

Text Example


Text Example

White with #B051C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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