#B848CC

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

Shades of Medium Orchid #B848CC

Tints of Medium Orchid #B848CC

Color information

#B848CC (or 0xB848CC) is unknown color: approx Medium Orchid. HEX triplet: B8, 48 and CC. RGB value is (184,72,204). Sum of RGB (Red+Green+Blue) = 184+72+204=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #B848CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848CC is #47B733. Grayscale: #787878. Windows color (decimal): -4699956 or 13387960. OLE color: 13387960.

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

Color convert

RGB18472204-
CMYK0.100.6500.2
HSL290.91º56.41%54.12%-
HSV(B)290.91º64.71%80%-
XYZ32.9819.1859.09-
YUV120.54175.11173.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 15.65%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=40%
G=15.65%
B=44.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184722040.100.6500.2290.9156.4154.12
HexB848CCA410141233836
Octal270110314121010244437066
Binary1011100010010001100110010101000001010100100100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B848CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B848CC; }

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

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

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

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

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

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

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

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