#B844CC

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

Shades of Medium Orchid #B844CC

Tints of Medium Orchid #B844CC

Color information

#B844CC (or 0xB844CC) is unknown color: approx Medium Orchid. HEX triplet: B8, 44 and CC. RGB value is (184,68,204). Sum of RGB (Red+Green+Blue) = 184+68+204=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #B844CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844CC is #47BB33. Grayscale: #757575. Windows color (decimal): -4700980 or 13386936. OLE color: 13386936.

HSL color Cylindrical-coordinate representation of color #B844CC: hue angle of 291.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B844CC is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18468204-
CMYK0.100.6700.2
HSL291.18º57.14%53.33%-
HSV(B)291.18º66.67%80%-
XYZ32.7318.6859.01-
YUV118.19176.43174.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 68 (26.95% from 255) = 14.91%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=40.35%
G=14.91%
B=44.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184682040.100.6700.2291.1857.1453.33
HexB844CCA430141233935
Octal270104314121030244437165
Binary1011100010001001100110010101000011010100100100011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B844CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B844CC; }

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

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

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

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

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

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

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

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