Html Css Color HEX #B56BCB Medium Orchid

📋 copy color: '#B56BCB'

red 181 ◦ green 107 ◦ blue 203

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

Shades of Medium Orchid #B56BCB

Tints of Medium Orchid #B56BCB

RGB

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

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

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

R = 36.86%
G = 21.79%
B = 41.34%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B56BCB (or 0xB56BCB) is known color: Medium Orchid. HEX triplet: B5, 6B and CB. RGB value is (181,107,203). Sum of RGB (Red+Green+Blue) = 181+107+203=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #B56BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BCB is #4A9434. Grayscale: #8B8B8B. Windows color (decimal): -4887605 or 13331381. OLE color: 13331381.

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

Color convert

RGB 181 107 203 -
CMYK 0.11 0.47 0 0.20
HSL 286.25º 0.48% 0.61% -
HSV(B) 286.25º 0.47% 0.8% -
XYZ 35.09 24.65 59.41 -
YUV 140.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 181 107 203 0.11 0.47 0 0.20 286.25 0.48 0.61
Hex B5 6B CB B 2F 0 14 11E 30 3D
Octal 265 153 313 13 57 0 24 436 60 75
Binary 10110101 1101011 11001011 1011 101111 0 10100 100011110 110000 111101

Color Harmonies of #B56BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BCB

Black with #B56BCB

Text Example


Text Example

White with #B56BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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