#B948CC

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

Shades of Medium Orchid #B948CC

Tints of Medium Orchid #B948CC

Color information

#B948CC (or 0xB948CC) is unknown color: approx Medium Orchid. HEX triplet: B9, 48 and CC. RGB value is (185,72,204). Sum of RGB (Red+Green+Blue) = 185+72+204=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #B948CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948CC is #46B733. Grayscale: #787878. Windows color (decimal): -4634420 or 13387961. OLE color: 13387961.

HSL color Cylindrical-coordinate representation of color #B948CC: hue angle of 291.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B948CC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18572204-
CMYK0.090.6500.2
HSL291.36º56.41%54.12%-
HSV(B)291.36º64.71%80%-
XYZ33.2219.3159.1-
YUV120.84174.94173.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 72 (28.52% from 255) = 15.62%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=40.13%
G=15.62%
B=44.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185722040.090.6500.2291.3656.4154.12
HexB948CC9410141233836
Octal271110314111010244437066
Binary1011100110010001100110010011000001010100100100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B948CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B948CC; }

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

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

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

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

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

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

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

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