#B748CF

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

Shades of Medium Orchid #B748CF

Tints of Medium Orchid #B748CF

Color information

#B748CF (or 0xB748CF) is unknown color: approx Medium Orchid. HEX triplet: B7, 48 and CF. RGB value is (183,72,207). Sum of RGB (Red+Green+Blue) = 183+72+207=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #B748CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748CF is #48B730. Grayscale: #787878. Windows color (decimal): -4765489 or 13584567. OLE color: 13584567.

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

Color convert

RGB18372207-
CMYK0.120.6500.19
HSL289.33º58.44%54.71%-
HSV(B)289.33º65.22%81.18%-
XYZ33.1119.2160.99-
YUV120.58176.77172.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 72 (28.52% from 255) = 15.58%
BLUE value IS 207 (81.25% from 255) = 44.81%
R=39.61%
G=15.58%
B=44.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183722070.120.6500.19289.3358.4454.71
HexB748CFC410131213a37
Octal267110317141010234417267
Binary1011011110010001100111111001000001010011100100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B748CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B748CF; }

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

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

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

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

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

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

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

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