#B145CF

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

Shades of Medium Orchid #B145CF

Tints of Medium Orchid #B145CF

Color information

#B145CF (or 0xB145CF) is unknown color: approx Medium Orchid. HEX triplet: B1, 45 and CF. RGB value is (177,69,207). Sum of RGB (Red+Green+Blue) = 177+69+207=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #B145CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145CF is #4EBA30. Grayscale: #747474. Windows color (decimal): -5159473 or 13583793. OLE color: 13583793.

HSL color Cylindrical-coordinate representation of color #B145CF: hue angle of 286.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B145CF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17769207-
CMYK0.140.6700.19
HSL286.96º58.97%54.12%-
HSV(B)286.96º66.67%81.18%-
XYZ31.5218.1160.87-
YUV117.02178.78170.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=39.07%
G=15.23%
B=45.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177692070.140.6700.19286.9658.9754.12
HexB145CFE4301311f3b36
Octal261105317161030234377366
Binary1011000110001011100111111101000011010011100011111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B145CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B145CF; }

 p { color: rgb(177,69,207); }

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

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

 a { background-color: rgb(177,69,207); }

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

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

 span { border-color: rgb(177,69,207); }

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