Html Css Color HEX #B56FCC Medium Orchid

📋 copy color: '#B56FCC'

red 181 ◦ green 111 ◦ blue 204

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

Shades of Medium Orchid #B56FCC

Tints of Medium Orchid #B56FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 36.49%
G = 22.38%
B = 41.13%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B56FCC (or 0xB56FCC) is known color: Medium Orchid. HEX triplet: B5, 6F and CC. RGB value is (181,111,204). Sum of RGB (Red+Green+Blue) = 181+111+204=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #B56FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FCC is #4A9033. Grayscale: #8E8E8E. Windows color (decimal): -4886580 or 13397941. OLE color: 13397941.

HSL color Cylindrical-coordinate representation of color #B56FCC: hue angle of 285.16º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56FCC is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 111 204 -
CMYK 0.11 0.46 0 0.2
HSL 285.16º 0.48% 0.62% -
HSV(B) 285.16º 0.46% 0.8% -
XYZ 35.64 25.55 60.18 -
YUV 142.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 181 111 204 0.11 0.46 0 0.2 285.16 0.48 0.62
Hex B5 6F CC B 2E 0 14 11D 30 3E
Octal 265 157 314 13 56 0 24 435 60 76
Binary 10110101 1101111 11001100 1011 101110 0 10100 100011101 110000 111110

Color Harmonies of #B56FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56FCC

Black with #B56FCC

Text Example


Text Example

White with #B56FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56FCC; }

 p { color: rgb(181,111,204); }

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

background-color css

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

 a { background-color: rgb(181,111,204); }

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

border-color css

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

 span { border-color: rgb(181,111,204); }

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