#B840CF

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

Shades of Medium Orchid #B840CF

Tints of Medium Orchid #B840CF

Color information

#B840CF (or 0xB840CF) is unknown color: approx Medium Orchid. HEX triplet: B8, 40 and CF. RGB value is (184,64,207). Sum of RGB (Red+Green+Blue) = 184+64+207=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B840CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840CF is #47BF30. Grayscale: #737373. Windows color (decimal): -4702001 or 13582520. OLE color: 13582520.

HSL color Cylindrical-coordinate representation of color #B840CF: hue angle of 290.35º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B840CF is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18464207-
CMYK0.110.6900.19
HSL290.35º59.83%53.14%-
HSV(B)290.35º69.08%81.18%-
XYZ32.8618.3660.84-
YUV116.18179.26176.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 64 (25.39% from 255) = 14.07%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=40.44%
G=14.07%
B=45.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184642070.110.6900.19290.3559.8353.14
HexB840CFB450131223c35
Octal270100317131050234427465
Binary1011100010000001100111110111000101010011100100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840CF; }

 p { color: rgb(184,64,207); }

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

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

 a { background-color: rgb(184,64,207); }

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

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

 span { border-color: rgb(184,64,207); }

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