#B833CF

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

Shades of Medium Orchid #B833CF

Tints of Medium Orchid #B833CF

Color information

#B833CF (or 0xB833CF) is unknown color: approx Medium Orchid. HEX triplet: B8, 33 and CF. RGB value is (184,51,207). Sum of RGB (Red+Green+Blue) = 184+51+207=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #B833CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833CF is #47CC30. Grayscale: #6C6C6C. Windows color (decimal): -4705329 or 13579192. OLE color: 13579192.

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

Color convert

RGB18451207-
CMYK0.110.7500.19
HSL291.15º61.9%50.59%-
HSV(B)291.15º75.36%81.18%-
XYZ32.2117.0660.63-
YUV108.55183.56181.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 51 (20.31% from 255) = 11.54%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=41.63%
G=11.54%
B=46.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184512070.110.7500.19291.1561.950.59
HexB833CFB4B0131233e33
Octal27063317131130234437663
Binary101110001100111100111110111001011010011100100011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B833CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B833CF; }

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

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

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

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

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

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

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

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