Html Css Color HEX #B560EC Medium Orchid

📋 copy color: '#B560EC'

red 181 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #B560EC

Tints of Medium Orchid #B560EC

RGB

 RED value IS 181 (71.09% from 255) = 35.28%

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

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

R = 35.28%
G = 18.71%
B = 46%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B560EC (or 0xB560EC) is known color: Medium Orchid. HEX triplet: B5, 60 and EC. RGB value is (181,96,236). Sum of RGB (Red+Green+Blue) = 181+96+236=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #B560EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B560EC is #4A9F13. Grayscale: #888888. Windows color (decimal): -4890388 or 15491253. OLE color: 15491253.

HSL color Cylindrical-coordinate representation of color #B560EC: hue angle of 276.43º 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 #B560EC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 96 236 -
CMYK 0.23 0.59 0 0.07
HSL 276.43º 0.79% 0.65% -
HSV(B) 276.43º 0.59% 0.93% -
XYZ 38.38 24.25 82.01 -
YUV 137.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 181 96 236 0.23 0.59 0 0.07 276.43 0.79 0.65
Hex B5 60 EC 17 3B 0 7 114 4F 41
Octal 265 140 354 27 73 0 7 424 117 101
Binary 10110101 1100000 11101100 10111 111011 0 111 100010100 1001111 1000001

Color Harmonies of #B560EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B560EC

Black with #B560EC

Text Example


Text Example

White with #B560EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B560EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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