#B843CC

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

Shades of Medium Orchid #B843CC

Tints of Medium Orchid #B843CC

Color information

#B843CC (or 0xB843CC) is unknown color: approx Medium Orchid. HEX triplet: B8, 43 and CC. RGB value is (184,67,204). Sum of RGB (Red+Green+Blue) = 184+67+204=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #B843CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B843CC is #47BC33. Grayscale: #757575. Windows color (decimal): -4701236 or 13386680. OLE color: 13386680.

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

Color convert

RGB18467204-
CMYK0.100.6700.2
HSL291.24º57.32%53.14%-
HSV(B)291.24º67.16%80%-
XYZ32.6718.5658.99-
YUV117.6176.76175.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 67 (26.56% from 255) = 14.73%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=40.44%
G=14.73%
B=44.84%

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
Decimal184672040.100.6700.2291.2457.3253.14
HexB843CCA430141233935
Octal270103314121030244437165
Binary1011100010000111100110010101000011010100100100011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B843CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B843CC; }

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

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

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

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

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

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

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

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