Html Css Color HEX #B560CA Medium Orchid

📋 copy color: '#B560CA'

red 181 ◦ green 96 ◦ blue 202

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

Shades of Medium Orchid #B560CA

Tints of Medium Orchid #B560CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 37.79%
G = 20.04%
B = 42.17%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B560CA (or 0xB560CA) is known color: Medium Orchid. HEX triplet: B5, 60 and CA. RGB value is (181,96,202). Sum of RGB (Red+Green+Blue) = 181+96+202=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #B560CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560CA is #4A9F35. Grayscale: #858585. Windows color (decimal): -4890422 or 13263029. OLE color: 13263029.

HSL color Cylindrical-coordinate representation of color #B560CA: hue angle of 288.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B560CA is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 96 202 -
CMYK 0.10 0.52 0 0.21
HSL 288.11º 0.5% 0.58% -
HSV(B) 288.11º 0.52% 0.79% -
XYZ 33.9 22.45 58.42 -
YUV 133.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 181 96 202 0.10 0.52 0 0.21 288.11 0.5 0.58
Hex B5 60 CA A 34 0 15 120 32 3A
Octal 265 140 312 12 64 0 25 440 62 72
Binary 10110101 1100000 11001010 1010 110100 0 10101 100100000 110010 111010

Color Harmonies of #B560CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B560CA

Black with #B560CA

Text Example


Text Example

White with #B560CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B560CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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