Html Css Color HEX #B060DC Medium Orchid

📋 copy color: '#B060DC'

red 176 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #B060DC

Tints of Medium Orchid #B060DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 35.77%
G = 19.51%
B = 44.72%

CMYK

 C value IS 0.2

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B060DC (or 0xB060DC) is known color: Medium Orchid. HEX triplet: B0, 60 and DC. RGB value is (176,96,220). Sum of RGB (Red+Green+Blue) = 176+96+220=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #B060DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060DC is #4F9F23. Grayscale: #858585. Windows color (decimal): -5218084 or 14442672. OLE color: 14442672.

HSL color Cylindrical-coordinate representation of color #B060DC: hue angle of 278.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B060DC is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 96 220 -
CMYK 0.2 0.56 0 0.14
HSL 278.71º 0.64% 0.62% -
HSV(B) 278.71º 0.56% 0.86% -
XYZ 35.01 22.76 70.26 -
YUV 134.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 176 96 220 0.2 0.56 0 0.14 278.71 0.64 0.62
Hex B0 60 DC 14 38 0 E 117 40 3E
Octal 260 140 334 24 70 0 16 427 100 76
Binary 10110000 1100000 11011100 10100 111000 0 1110 100010111 1000000 111110

Color Harmonies of #B060DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060DC

Black with #B060DC

Text Example


Text Example

White with #B060DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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