#b83bcf

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

Shades of Medium Orchid #B83BCF

Tints of Medium Orchid #B83BCF

Color information

#B83BCF (or 0xB83BCF) is unknown color: approx Medium Orchid. HEX triplet: B8, 3B and CF. RGB value is (184,59,207). Sum of RGB (Red+Green+Blue) = 184+59+207=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #B83BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BCF is #47C430. Grayscale: #707070. Windows color (decimal): -4703281 or 13581240. OLE color: 13581240.

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

Color convert

RGB18459207-
CMYK0.110.7100.19
HSL290.68º60.66%52.16%-
HSV(B)290.68º71.5%81.18%-
XYZ32.5917.8260.75-
YUV113.25180.91178.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 59 (23.44% from 255) = 13.11%
BLUE value IS 207 (81.25% from 255) = 46%
R=40.89%
G=13.11%
B=46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184592070.110.7100.19290.6860.6652.16
HexB83BCFB470131233d34
Octal27073317131070234437564
Binary101110001110111100111110111000111010011100100011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b83bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b83bcf; }

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

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

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

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

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

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

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

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