Html Css Color HEX #B060EC Medium Orchid

📋 copy color: '#B060EC'

red 176 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #B060EC

Tints of Medium Orchid #B060EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 34.65%
G = 18.9%
B = 46.46%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B060EC (or 0xB060EC) is known color: Medium Orchid. HEX triplet: B0, 60 and EC. RGB value is (176,96,236). Sum of RGB (Red+Green+Blue) = 176+96+236=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #B060EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B060EC is #4F9F13. Grayscale: #878787. Windows color (decimal): -5218068 or 15491248. OLE color: 15491248.

HSL color Cylindrical-coordinate representation of color #B060EC: hue angle of 274.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B060EC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 96 236 -
CMYK 0.25 0.59 0 0.07
HSL 274.29º 0.79% 0.65% -
HSV(B) 274.29º 0.59% 0.93% -
XYZ 37.23 23.65 81.96 -
YUV 135.88 184.5 156.62 -
System Red Green Blue C M Y K H S L
Decimal 176 96 236 0.25 0.59 0 0.07 274.29 0.79 0.65
Hex B0 60 EC 19 3B 0 7 112 4F 41
Octal 260 140 354 31 73 0 7 422 117 101
Binary 10110000 1100000 11101100 11001 111011 0 111 100010010 1001111 1000001

Color Harmonies of #B060EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060EC

Black with #B060EC

Text Example


Text Example

White with #B060EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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