#B75BFF

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

Shades of Medium Orchid #B75BFF

Tints of Medium Orchid #B75BFF

Color information

#B75BFF (or 0xB75BFF) is unknown color: approx Medium Orchid. HEX triplet: B7, 5B and FF. RGB value is (183,91,255). Sum of RGB (Red+Green+Blue) = 183+91+255=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #B75BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75BFF is #48A400. Grayscale: #888888. Windows color (decimal): -4760577 or 16735159. OLE color: 16735159.

HSL color Cylindrical-coordinate representation of color #B75BFF: hue angle of 273.66º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B75BFF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18391255-
CMYK0.280.6400
HSL273.66º100%67.84%-
HSV(B)273.66º64.31%100%-
XYZ41.3224.7797.21-
YUV137.2194.48160.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 91 (35.94% from 255) = 17.20%
BLUE value IS 255 (100% from 255) = 48.20%
R=34.59%
G=17.20%
B=48.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal183912550.280.6400273.6610067.84
HexB75BFF1C40001126444
Octal2671333773410000422144104
Binary101101111011011111111111110010000000010001001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75BFF; }

 p { color: rgb(183,91,255); }

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

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

 a { background-color: rgb(183,91,255); }

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

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

 span { border-color: rgb(183,91,255); }

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