#B934CF

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

Shades of Medium Orchid #B934CF

Tints of Medium Orchid #B934CF

Color information

#B934CF (or 0xB934CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 34 and CF. RGB value is (185,52,207). Sum of RGB (Red+Green+Blue) = 185+52+207=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #B934CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934CF is #46CB30. Grayscale: #6C6C6C. Windows color (decimal): -4639537 or 13579449. OLE color: 13579449.

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

Color convert

RGB18552207-
CMYK0.110.7500.19
HSL291.48º61.75%50.78%-
HSV(B)291.48º74.88%81.18%-
XYZ32.517.2860.65-
YUV109.44183.06181.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 52 (20.70% from 255) = 11.71%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=41.67%
G=11.71%
B=46.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185522070.110.7500.19291.4861.7550.78
HexB934CFB4B0131233e33
Octal27164317131130234437663
Binary101110011101001100111110111001011010011100100011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B934CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B934CF; }

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

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

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

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

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

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

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

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