#b952d5

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

Shades of Medium Orchid #B952D5

Tints of Medium Orchid #B952D5

Color information

#B952D5 (or 0xB952D5) is unknown color: approx Medium Orchid. HEX triplet: B9, 52 and D5. RGB value is (185,82,213). Sum of RGB (Red+Green+Blue) = 185+82+213=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #B952D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952D5 is #46AD2A. Grayscale: #7F7F7F. Windows color (decimal): -4631851 or 13980345. OLE color: 13980345.

HSL color Cylindrical-coordinate representation of color #B952D5: hue angle of 287.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B952D5 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18582213-
CMYK0.130.6200.16
HSL287.18º60.93%57.84%-
HSV(B)287.18º61.5%83.53%-
XYZ35.0421.1565.19-
YUV127.73176.12168.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 82 (32.42% from 255) = 17.08%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=38.54%
G=17.08%
B=44.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185822130.130.6200.16287.1860.9357.84
HexB952D5D3E01011f3d3a
Octal27112232515760204377572
Binary101110011010010110101011101111110010000100011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b952d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b952d5; }

 p { color: rgb(185,82,213); }

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

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

 a { background-color: rgb(185,82,213); }

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

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

 span { border-color: rgb(185,82,213); }

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