#B83FCB

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

Shades of Medium Orchid #B83FCB

Tints of Medium Orchid #B83FCB

Color information

#B83FCB (or 0xB83FCB) is unknown color: approx Medium Orchid. HEX triplet: B8, 3F and CB. RGB value is (184,63,203). Sum of RGB (Red+Green+Blue) = 184+63+203=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #B83FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FCB is #47C034. Grayscale: #727272. Windows color (decimal): -4702261 or 13320120. OLE color: 13320120.

HSL color Cylindrical-coordinate representation of color #B83FCB: hue angle of 291.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83FCB is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18463203-
CMYK0.090.6900.20
HSL291.86º57.38%52.16%-
HSV(B)291.86º68.97%79.61%-
XYZ32.3218.0658.28-
YUV115.14177.59177.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 63 (25% from 255) = 14%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=40.89%
G=14%
B=45.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184632030.090.6900.20291.8657.3852.16
HexB83FCB9450141243934
Octal27077313111050244447164
Binary101110001111111100101110011000101010100100100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83FCB; }

 p { color: rgb(184,63,203); }

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

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

 a { background-color: rgb(184,63,203); }

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

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

 span { border-color: rgb(184,63,203); }

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