Html Css Color HEX #B56FCB Medium Orchid

📋 copy color: '#B56FCB'

red 181 ◦ green 111 ◦ blue 203

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

Shades of Medium Orchid #B56FCB

Tints of Medium Orchid #B56FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 36.57%
G = 22.42%
B = 41.01%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B56FCB (or 0xB56FCB) is known color: Medium Orchid. HEX triplet: B5, 6F and CB. RGB value is (181,111,203). Sum of RGB (Red+Green+Blue) = 181+111+203=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #B56FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FCB is #4A9034. Grayscale: #8E8E8E. Windows color (decimal): -4886581 or 13332405. OLE color: 13332405.

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

Color convert

RGB 181 111 203 -
CMYK 0.11 0.45 0 0.20
HSL 285.65º 0.47% 0.62% -
HSV(B) 285.65º 0.45% 0.8% -
XYZ 35.52 25.5 59.55 -
YUV 142.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 181 111 203 0.11 0.45 0 0.20 285.65 0.47 0.62
Hex B5 6F CB B 2D 0 14 11E 2F 3E
Octal 265 157 313 13 55 0 24 436 57 76
Binary 10110101 1101111 11001011 1011 101101 0 10100 100011110 101111 111110

Color Harmonies of #B56FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56FCB

Black with #B56FCB

Text Example


Text Example

White with #B56FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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