#B965C7

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

Shades of Medium Orchid #B965C7

Tints of Medium Orchid #B965C7

Color information

#B965C7 (or 0xB965C7) is unknown color: approx Medium Orchid. HEX triplet: B9, 65 and C7. RGB value is (185,101,199). Sum of RGB (Red+Green+Blue) = 185+101+199=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #B965C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965C7 is #469A38. Grayscale: #888888. Windows color (decimal): -4627001 or 13067705. OLE color: 13067705.

HSL color Cylindrical-coordinate representation of color #B965C7: hue angle of 291.43º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B965C7 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185101199-
CMYK0.070.4900.22
HSL291.43º46.67%58.82%-
HSV(B)291.43º49.25%78.04%-
XYZ34.9723.7556.77-
YUV137.29162.83162.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 199 (78.12% from 255) = 41.03%
R=38.14%
G=20.82%
B=41.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851011990.070.4900.22291.4346.6758.82
HexB965C77310161232f3b
Octal2711453077610264435773
Binary10111001110010111000111111110001010110100100011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965C7; }

 p { color: rgb(185,101,199); }

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

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

 a { background-color: rgb(185,101,199); }

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

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

 span { border-color: rgb(185,101,199); }

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