#B754CF

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

Shades of Medium Orchid #B754CF

Tints of Medium Orchid #B754CF

Color information

#B754CF (or 0xB754CF) is unknown color: approx Medium Orchid. HEX triplet: B7, 54 and CF. RGB value is (183,84,207). Sum of RGB (Red+Green+Blue) = 183+84+207=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #B754CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754CF is #48AB30. Grayscale: #7F7F7F. Windows color (decimal): -4762417 or 13587639. OLE color: 13587639.

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

Color convert

RGB18384207-
CMYK0.120.5900.19
HSL288.29º56.16%57.06%-
HSV(B)288.29º59.42%81.18%-
XYZ33.9620.9161.28-
YUV127.62172.8167.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 84 (33.20% from 255) = 17.72%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=38.61%
G=17.72%
B=43.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183842070.120.5900.19288.2956.1657.06
HexB754CFC3B0131203839
Octal26712431714730234407071
Binary101101111010100110011111100111011010011100100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B754CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B754CF; }

 p { color: rgb(183,84,207); }

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

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

 a { background-color: rgb(183,84,207); }

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

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

 span { border-color: rgb(183,84,207); }

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