#B95EFC

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

Shades of Medium Orchid #B95EFC

Tints of Medium Orchid #B95EFC

Color information

#B95EFC (or 0xB95EFC) is unknown color: approx Medium Orchid. HEX triplet: B9, 5E and FC. RGB value is (185,94,252). Sum of RGB (Red+Green+Blue) = 185+94+252=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #B95EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95EFC is #46A103. Grayscale: #8A8A8A. Windows color (decimal): -4628740 or 16539321. OLE color: 16539321.

HSL color Cylindrical-coordinate representation of color #B95EFC: hue angle of 274.56º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B95EFC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18594252-
CMYK0.270.6300.01
HSL274.56º96.34%67.84%-
HSV(B)274.56º62.7%98.82%-
XYZ41.5825.3594.8-
YUV139.22191.65160.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 94 (37.11% from 255) = 17.70%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=34.84%
G=17.70%
B=47.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal185942520.270.6300.01274.5696.3467.84
HexB95EFC1B3F011136044
Octal271136374337701423140104
Binary10111001101111011111100110111111110110001001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EFC; }

 p { color: rgb(185,94,252); }

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

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

 a { background-color: rgb(185,94,252); }

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

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

 span { border-color: rgb(185,94,252); }

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