#B975D4

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

Shades of Medium Orchid #B975D4

Tints of Medium Orchid #B975D4

Color information

#B975D4 (or 0xB975D4) is unknown color: approx Medium Orchid. HEX triplet: B9, 75 and D4. RGB value is (185,117,212). Sum of RGB (Red+Green+Blue) = 185+117+212=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #B975D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975D4 is #468A2B. Grayscale: #939393. Windows color (decimal): -4622892 or 13923769. OLE color: 13923769.

HSL color Cylindrical-coordinate representation of color #B975D4: hue angle of 282.95º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B975D4 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185117212-
CMYK0.130.4500.17
HSL282.95º52.49%64.51%-
HSV(B)282.95º44.81%83.14%-
XYZ38.2527.7965.64-
YUV148.16164.03154.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 212 (83.20% from 255) = 41.25%
R=35.99%
G=22.76%
B=41.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851172120.130.4500.17282.9552.4964.51
HexB975D4D2D01111b3441
Octal271165324155502143364101
Binary1011100111101011101010011011011010100011000110111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975D4; }

 p { color: rgb(185,117,212); }

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

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

 a { background-color: rgb(185,117,212); }

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

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

 span { border-color: rgb(185,117,212); }

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