#b03fcf

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

Shades of Medium Orchid #B03FCF

Tints of Medium Orchid #B03FCF

Color information

#B03FCF (or 0xB03FCF) is unknown color: approx Medium Orchid. HEX triplet: B0, 3F and CF. RGB value is (176,63,207). Sum of RGB (Red+Green+Blue) = 176+63+207=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B03FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FCF is #4FC030. Grayscale: #707070. Windows color (decimal): -5226545 or 13582256. OLE color: 13582256.

HSL color Cylindrical-coordinate representation of color #B03FCF: hue angle of 287.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03FCF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17663207-
CMYK0.150.7000.19
HSL287.08º60%52.94%-
HSV(B)287.08º69.57%81.18%-
XYZ30.9417.2960.74-
YUV113.2180.94172.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 63 (25% from 255) = 14.13%
BLUE value IS 207 (81.25% from 255) = 46.41%
R=39.46%
G=14.13%
B=46.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal176632070.150.7000.19287.086052.94
HexB03FCFF4601311f3c35
Octal26077317171060234377465
Binary101100001111111100111111111000110010011100011111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03fcf; }

 p { color: rgb(176,63,207); }

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

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

 a { background-color: rgb(176,63,207); }

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

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

 span { border-color: rgb(176,63,207); }

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