Html Css Color HEX #B560CE Medium Orchid

📋 copy color: '#B560CE'

red 181 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #B560CE

Tints of Medium Orchid #B560CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 37.47%
G = 19.88%
B = 42.65%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B560CE (or 0xB560CE) is known color: Medium Orchid. HEX triplet: B5, 60 and CE. RGB value is (181,96,206). Sum of RGB (Red+Green+Blue) = 181+96+206=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #B560CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560CE is #4A9F31. Grayscale: #858585. Windows color (decimal): -4890418 or 13525173. OLE color: 13525173.

HSL color Cylindrical-coordinate representation of color #B560CE: hue angle of 286.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B560CE is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 96 206 -
CMYK 0.12 0.53 0 0.19
HSL 286.36º 0.53% 0.59% -
HSV(B) 286.36º 0.53% 0.81% -
XYZ 34.38 22.65 60.95 -
YUV 133.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 181 96 206 0.12 0.53 0 0.19 286.36 0.53 0.59
Hex B5 60 CE C 35 0 13 11E 35 3B
Octal 265 140 316 14 65 0 23 436 65 73
Binary 10110101 1100000 11001110 1100 110101 0 10011 100011110 110101 111011

Color Harmonies of #B560CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B560CE

Black with #B560CE

Text Example


Text Example

White with #B560CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B560CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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