#B75FE7

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

Shades of Medium Orchid #B75FE7

Tints of Medium Orchid #B75FE7

Color information

#B75FE7 (or 0xB75FE7) is unknown color: approx Medium Orchid. HEX triplet: B7, 5F and E7. RGB value is (183,95,231). Sum of RGB (Red+Green+Blue) = 183+95+231=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #B75FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75FE7 is #48A018. Grayscale: #888888. Windows color (decimal): -4759577 or 15163319. OLE color: 15163319.

HSL color Cylindrical-coordinate representation of color #B75FE7: hue angle of 278.82º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B75FE7 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18395231-
CMYK0.210.5900.09
HSL278.82º73.91%63.92%-
HSV(B)278.82º58.87%90.59%-
XYZ38.0424.0278.23-
YUV136.82181.15160.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 95 (37.5% from 255) = 18.66%
BLUE value IS 231 (90.62% from 255) = 45.38%
R=35.95%
G=18.66%
B=45.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal183952310.210.5900.09278.8273.9163.92
HexB75FE7153B091174a40
Octal2671373472573011427112100
Binary10110111101111111100111101011110110100110001011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75FE7; }

 p { color: rgb(183,95,231); }

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

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

 a { background-color: rgb(183,95,231); }

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

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

 span { border-color: rgb(183,95,231); }

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