Html Css Color HEX #B060C1 Medium Orchid

📋 copy color: '#B060C1'

red 176 ◦ green 96 ◦ blue 193

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

Shades of Medium Orchid #B060C1

Tints of Medium Orchid #B060C1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.65%

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

R = 37.85%
G = 20.65%
B = 41.51%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B060C1 (or 0xB060C1) is known color: Medium Orchid. HEX triplet: B0, 60 and C1. RGB value is (176,96,193). Sum of RGB (Red+Green+Blue) = 176+96+193=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #B060C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060C1 is #4F9F3E. Grayscale: #828282. Windows color (decimal): -5218111 or 12673200. OLE color: 12673200.

HSL color Cylindrical-coordinate representation of color #B060C1: hue angle of 289.48º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B060C1 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 96 193 -
CMYK 0.09 0.50 0 0.24
HSL 289.48º 0.44% 0.57% -
HSV(B) 289.48º 0.5% 0.76% -
XYZ 31.71 21.45 52.92 -
YUV 130.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 176 96 193 0.09 0.50 0 0.24 289.48 0.44 0.57
Hex B0 60 C1 9 32 0 18 121 2C 39
Octal 260 140 301 11 62 0 30 441 54 71
Binary 10110000 1100000 11000001 1001 110010 0 11000 100100001 101100 111001

Color Harmonies of #B060C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060C1

Black with #B060C1

Text Example


Text Example

White with #B060C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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