#B830F3

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

Shades of Medium Orchid #B830F3

Tints of Medium Orchid #B830F3

Color information

#B830F3 (or 0xB830F3) is unknown color: approx Medium Orchid. HEX triplet: B8, 30 and F3. RGB value is (184,48,243). Sum of RGB (Red+Green+Blue) = 184+48+243=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #B830F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830F3 is #47CF0C. Grayscale: #6E6E6E. Windows color (decimal): -4706061 or 15937720. OLE color: 15937720.

HSL color Cylindrical-coordinate representation of color #B830F3: hue angle of 281.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B830F3 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18448243-
CMYK0.240.8000.05
HSL281.85º89.04%57.06%-
HSV(B)281.85º80.25%95.29%-
XYZ3718.7886.47-
YUV110.89202.56180.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 48 (19.14% from 255) = 10.11%
BLUE value IS 243 (95.31% from 255) = 51.16%
R=38.74%
G=10.11%
B=51.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184482430.240.8000.05281.8589.0457.06
HexB830F318500511a5939
Octal27060363301200543213171
Binary101110001100001111001111000101000001011000110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B830F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B830F3; }

 p { color: rgb(184,48,243); }

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

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

 a { background-color: rgb(184,48,243); }

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

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

 span { border-color: rgb(184,48,243); }

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