#B75CC5

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

Shades of Medium Orchid #B75CC5

Tints of Medium Orchid #B75CC5

Color information

#B75CC5 (or 0xB75CC5) is unknown color: approx Medium Orchid. HEX triplet: B7, 5C and C5. RGB value is (183,92,197). Sum of RGB (Red+Green+Blue) = 183+92+197=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #B75CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CC5 is #48A33A. Grayscale: #828282. Windows color (decimal): -4760379 or 12934327. OLE color: 12934327.

HSL color Cylindrical-coordinate representation of color #B75CC5: hue angle of 292º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75CC5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18392197-
CMYK0.070.5300.23
HSL292º47.51%56.67%-
HSV(B)292º53.3%77.25%-
XYZ33.4321.7555.26-
YUV131.18165.15164.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=38.77%
G=19.49%
B=41.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183921970.070.5300.2329247.5156.67
HexB75CC57350171243039
Octal2671343057650274446071
Binary10110111101110011000101111110101010111100100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CC5; }

 p { color: rgb(183,92,197); }

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

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

 a { background-color: rgb(183,92,197); }

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

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

 span { border-color: rgb(183,92,197); }

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