#B352CF

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

Shades of Medium Orchid #B352CF

Tints of Medium Orchid #B352CF

Color information

#B352CF (or 0xB352CF) is unknown color: approx Medium Orchid. HEX triplet: B3, 52 and CF. RGB value is (179,82,207). Sum of RGB (Red+Green+Blue) = 179+82+207=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #B352CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352CF is #4CAD30. Grayscale: #7C7C7C. Windows color (decimal): -5025073 or 13587123. OLE color: 13587123.

HSL color Cylindrical-coordinate representation of color #B352CF: hue angle of 286.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B352CF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17982207-
CMYK0.140.6000.19
HSL286.56º56.56%56.67%-
HSV(B)286.56º60.39%81.18%-
XYZ32.8720.1261.18-
YUV125.25174.14166.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 82 (32.42% from 255) = 17.52%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=38.25%
G=17.52%
B=44.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179822070.140.6000.19286.5656.5656.67
HexB352CFE3C01311f3939
Octal26312231716740234377171
Binary101100111010010110011111110111100010011100011111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B352CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B352CF; }

 p { color: rgb(179,82,207); }

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

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

 a { background-color: rgb(179,82,207); }

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

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

 span { border-color: rgb(179,82,207); }

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