#B652F9

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

Shades of Medium Orchid #B652F9

Tints of Medium Orchid #B652F9

Color information

#B652F9 (or 0xB652F9) is unknown color: approx Medium Orchid. HEX triplet: B6, 52 and F9. RGB value is (182,82,249). Sum of RGB (Red+Green+Blue) = 182+82+249=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #B652F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B652F9 is #49AD06. Grayscale: #828282. Windows color (decimal): -4828423 or 16339638. OLE color: 16339638.

HSL color Cylindrical-coordinate representation of color #B652F9: hue angle of 275.93º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B652F9 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18282249-
CMYK0.270.6700.02
HSL275.93º93.3%64.9%-
HSV(B)275.93º67.07%97.65%-
XYZ39.4122.8291.95-
YUV130.94194.63164.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 82 (32.42% from 255) = 15.98%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=35.48%
G=15.98%
B=48.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182822490.270.6700.02275.9393.364.9
HexB652F91B43021145d41
Octal2661223713310302424135101
Binary1011011010100101111100111011100001101010001010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652F9; }

 p { color: rgb(182,82,249); }

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

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

 a { background-color: rgb(182,82,249); }

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

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

 span { border-color: rgb(182,82,249); }

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