#B76DCB

Color #B76DCB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B76DCB

Tints of Medium Orchid #B76DCB

Color information

#B76DCB (or 0xB76DCB) is unknown color: approx Medium Orchid. HEX triplet: B7, 6D and CB. RGB value is (183,109,203). Sum of RGB (Red+Green+Blue) = 183+109+203=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 109 (42.97% from 255 or 22.02% 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 #B76DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DCB is #489234. Grayscale: #8D8D8D. Windows color (decimal): -4756021 or 13331895. OLE color: 13331895.

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

Color convert

RGB183109203-
CMYK0.100.4600.20
HSL287.23º47.47%61.18%-
HSV(B)287.23º46.31%79.61%-
XYZ35.7825.3259.5-
YUV141.84162.52157.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 109 (42.97% from 255) = 22.02%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=36.97%
G=22.02%
B=41.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831092030.100.4600.20287.2347.4761.18
HexB76DCBA2E01411f2f3d
Octal26715531312560244375775
Binary101101111101101110010111010101110010100100011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76DCB; }

 p { color: rgb(183,109,203); }

 H1.HeaderClassName
 {
   color: #B76DCB;
 }
 .AnyTagClassName
 {
   color: #B76DCB;
 }
</style>
background-color css

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

 a { background-color: rgb(183,109,203); }

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

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

 span { border-color: rgb(183,109,203); }

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