Html Css Color HEX #B56BC8 Medium Orchid

📋 copy color: '#B56BC8'

red 181 ◦ green 107 ◦ blue 200

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

Shades of Medium Orchid #B56BC8

Tints of Medium Orchid #B56BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.98%

R = 37.09%
G = 21.93%
B = 40.98%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B56BC8 (or 0xB56BC8) is known color: Medium Orchid. HEX triplet: B5, 6B and C8. RGB value is (181,107,200). Sum of RGB (Red+Green+Blue) = 181+107+200=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #B56BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BC8 is #4A9437. Grayscale: #8B8B8B. Windows color (decimal): -4887608 or 13134773. OLE color: 13134773.

HSL color Cylindrical-coordinate representation of color #B56BC8: hue angle of 287.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56BC8 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 107 200 -
CMYK 0.09 0.46 0 0.22
HSL 287.74º 0.46% 0.6% -
HSV(B) 287.74º 0.47% 0.78% -
XYZ 34.74 24.51 57.54 -
YUV 139.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 181 107 200 0.09 0.46 0 0.22 287.74 0.46 0.6
Hex B5 6B C8 9 2E 0 16 120 2E 3C
Octal 265 153 310 11 56 0 26 440 56 74
Binary 10110101 1101011 11001000 1001 101110 0 10110 100100000 101110 111100

Color Harmonies of #B56BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BC8

Black with #B56BC8

Text Example


Text Example

White with #B56BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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