#B948CF

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

Shades of Medium Orchid #B948CF

Tints of Medium Orchid #B948CF

Color information

#B948CF (or 0xB948CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 48 and CF. RGB value is (185,72,207). Sum of RGB (Red+Green+Blue) = 185+72+207=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #B948CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948CF is #46B730. Grayscale: #787878. Windows color (decimal): -4634417 or 13584569. OLE color: 13584569.

HSL color Cylindrical-coordinate representation of color #B948CF: hue angle of 290.22º 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 #B948CF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18572207-
CMYK0.110.6500.19
HSL290.22º58.44%54.71%-
HSV(B)290.22º65.22%81.18%-
XYZ33.5919.4561.02-
YUV121.18176.44173.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 72 (28.52% from 255) = 15.52%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=39.87%
G=15.52%
B=44.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185722070.110.6500.19290.2258.4454.71
HexB948CFB410131223a37
Octal271110317131010234427267
Binary1011100110010001100111110111000001010011100100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B948CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B948CF; }

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

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

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

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

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

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

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

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