Html Css Color HEX #B560ED Medium Orchid

📋 copy color: '#B560ED'

red 181 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #B560ED

Tints of Medium Orchid #B560ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 35.21%
G = 18.68%
B = 46.11%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B560ED (or 0xB560ED) is known color: Medium Orchid. HEX triplet: B5, 60 and ED. RGB value is (181,96,237). Sum of RGB (Red+Green+Blue) = 181+96+237=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #B560ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B560ED is #4A9F12. Grayscale: #898989. Windows color (decimal): -4890387 or 15556789. OLE color: 15556789.

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

Color convert

RGB 181 96 237 -
CMYK 0.24 0.59 0 0.07
HSL 276.17º 0.8% 0.65% -
HSV(B) 276.17º 0.59% 0.93% -
XYZ 38.52 24.3 82.78 -
YUV 137.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 181 96 237 0.24 0.59 0 0.07 276.17 0.8 0.65
Hex B5 60 ED 18 3B 0 7 114 50 41
Octal 265 140 355 30 73 0 7 424 120 101
Binary 10110101 1100000 11101101 11000 111011 0 111 100010100 1010000 1000001

Color Harmonies of #B560ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B560ED

Black with #B560ED

Text Example


Text Example

White with #B560ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B560ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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