Html Css Color HEX #B560C4 Medium Orchid

📋 copy color: '#B560C4'

red 181 ◦ green 96 ◦ blue 196

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

Shades of Medium Orchid #B560C4

Tints of Medium Orchid #B560C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 38.27%
G = 20.3%
B = 41.44%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B560C4 (or 0xB560C4) is known color: Medium Orchid. HEX triplet: B5, 60 and C4. RGB value is (181,96,196). Sum of RGB (Red+Green+Blue) = 181+96+196=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #B560C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560C4 is #4A9F3B. Grayscale: #848484. Windows color (decimal): -4890428 or 12869813. OLE color: 12869813.

HSL color Cylindrical-coordinate representation of color #B560C4: hue angle of 291º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B560C4 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 96 196 -
CMYK 0.08 0.51 0 0.23
HSL 291º 0.46% 0.57% -
HSV(B) 291º 0.51% 0.77% -
XYZ 33.2 22.18 54.75 -
YUV 132.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 181 96 196 0.08 0.51 0 0.23 291 0.46 0.57
Hex B5 60 C4 8 33 0 17 123 2E 39
Octal 265 140 304 10 63 0 27 443 56 71
Binary 10110101 1100000 11000100 1000 110011 0 10111 100100011 101110 111001

Color Harmonies of #B560C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B560C4

Black with #B560C4

Text Example


Text Example

White with #B560C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B560C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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