Html Css Color HEX #B56BC5 Medium Orchid

📋 copy color: '#B56BC5'

red 181 ◦ green 107 ◦ blue 197

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

Shades of Medium Orchid #B56BC5

Tints of Medium Orchid #B56BC5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.06%

 BLUE value IS 197 (77.34% from 255) = 40.62%

R = 37.32%
G = 22.06%
B = 40.62%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B56BC5 (or 0xB56BC5) is known color: Medium Orchid. HEX triplet: B5, 6B and C5. RGB value is (181,107,197). Sum of RGB (Red+Green+Blue) = 181+107+197=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #B56BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BC5 is #4A943A. Grayscale: #8B8B8B. Windows color (decimal): -4887611 or 12938165. OLE color: 12938165.

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

Color convert

RGB 181 107 197 -
CMYK 0.08 0.46 0 0.23
HSL 289.33º 0.44% 0.6% -
HSV(B) 289.33º 0.46% 0.77% -
XYZ 34.39 24.37 55.71 -
YUV 139.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 181 107 197 0.08 0.46 0 0.23 289.33 0.44 0.6
Hex B5 6B C5 8 2E 0 17 121 2C 3C
Octal 265 153 305 10 56 0 27 441 54 74
Binary 10110101 1101011 11000101 1000 101110 0 10111 100100001 101100 111100

Color Harmonies of #B56BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BC5

Black with #B56BC5

Text Example


Text Example

White with #B56BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BC5; }

 p { color: rgb(181,107,197); }

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

background-color css

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

 a { background-color: rgb(181,107,197); }

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

border-color css

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

 span { border-color: rgb(181,107,197); }

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