#B76CCC

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

Shades of Medium Orchid #B76CCC

Tints of Medium Orchid #B76CCC

Color information

#B76CCC (or 0xB76CCC) is unknown color: approx Medium Orchid. HEX triplet: B7, 6C and CC. RGB value is (183,108,204). Sum of RGB (Red+Green+Blue) = 183+108+204=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #B76CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CCC is #489333. Grayscale: #8D8D8D. Windows color (decimal): -4756276 or 13397175. OLE color: 13397175.

HSL color Cylindrical-coordinate representation of color #B76CCC: hue angle of 286.88º 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 #B76CCC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183108204-
CMYK0.100.4700.2
HSL286.88º48.48%61.18%-
HSV(B)286.88º47.06%80%-
XYZ35.7925.1560.1-
YUV141.37163.35157.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=36.97%
G=21.82%
B=41.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831082040.100.4700.2286.8848.4861.18
HexB76CCCA2F01411f303d
Octal26715431412570244376075
Binary101101111101100110011001010101111010100100011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CCC; }

 p { color: rgb(183,108,204); }

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

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

 a { background-color: rgb(183,108,204); }

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

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

 span { border-color: rgb(183,108,204); }

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