#B975CF

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

Shades of Medium Orchid #B975CF

Tints of Medium Orchid #B975CF

Color information

#B975CF (or 0xB975CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 75 and CF. RGB value is (185,117,207). Sum of RGB (Red+Green+Blue) = 185+117+207=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #B975CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975CF is #468A30. Grayscale: #939393. Windows color (decimal): -4622897 or 13596089. OLE color: 13596089.

HSL color Cylindrical-coordinate representation of color #B975CF: hue angle of 285.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B975CF is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185117207-
CMYK0.110.4300.19
HSL285.33º48.39%63.53%-
HSV(B)285.33º43.48%81.18%-
XYZ37.6327.5462.36-
YUV147.59161.53154.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=36.35%
G=22.99%
B=40.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851172070.110.4300.19285.3348.3963.53
HexB975CFB2B01311d3040
Octal271165317135302343560100
Binary1011100111101011100111110111010110100111000111011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975CF; }

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

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

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

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

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

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

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

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