#B94CFD

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

Shades of Medium Orchid #B94CFD

Tints of Medium Orchid #B94CFD

Color information

#B94CFD (or 0xB94CFD) is unknown color: approx Medium Orchid. HEX triplet: B9, 4C and FD. RGB value is (185,76,253). Sum of RGB (Red+Green+Blue) = 185+76+253=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #B94CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CFD is #46B302. Grayscale: #808080. Windows color (decimal): -4633347 or 16600249. OLE color: 16600249.

HSL color Cylindrical-coordinate representation of color #B94CFD: hue angle of 276.95º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94CFD is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18576253-
CMYK0.270.7000.01
HSL276.95º97.79%64.51%-
HSV(B)276.95º69.96%99.22%-
XYZ40.3222.5895.16-
YUV128.77198.11168.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 76 (30.08% from 255) = 14.79%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=35.99%
G=14.79%
B=49.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal185762530.270.7000.01276.9597.7964.51
HexB94CFD1B46011156241
Octal2711143753310601425142101
Binary101110011001100111111011101110001100110001010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94CFD; }

 p { color: rgb(185,76,253); }

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

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

 a { background-color: rgb(185,76,253); }

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

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

 span { border-color: rgb(185,76,253); }

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