#B752F7

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

Shades of Medium Orchid #B752F7

Tints of Medium Orchid #B752F7

Color information

#B752F7 (or 0xB752F7) is unknown color: approx Medium Orchid. HEX triplet: B7, 52 and F7. RGB value is (183,82,247). Sum of RGB (Red+Green+Blue) = 183+82+247=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #B752F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752F7 is #48AD08. Grayscale: #828282. Windows color (decimal): -4762889 or 16208567. OLE color: 16208567.

HSL color Cylindrical-coordinate representation of color #B752F7: hue angle of 276.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B752F7 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18382247-
CMYK0.260.6700.03
HSL276.73º91.16%64.51%-
HSV(B)276.73º66.8%96.86%-
XYZ39.3322.8290.33-
YUV131.01193.46165.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 82 (32.42% from 255) = 16.02%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=35.74%
G=16.02%
B=48.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal183822470.260.6700.03276.7391.1664.51
HexB752F71A43031155b41
Octal2671223673210303425133101
Binary1011011110100101111011111010100001101110001010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B752F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B752F7; }

 p { color: rgb(183,82,247); }

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

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

 a { background-color: rgb(183,82,247); }

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

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

 span { border-color: rgb(183,82,247); }

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