#B933E4

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

Shades of Medium Orchid #B933E4

Tints of Medium Orchid #B933E4

Color information

#B933E4 (or 0xB933E4) is unknown color: approx Medium Orchid. HEX triplet: B9, 33 and E4. RGB value is (185,51,228). Sum of RGB (Red+Green+Blue) = 185+51+228=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #B933E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933E4 is #46CC1B. Grayscale: #6E6E6E. Windows color (decimal): -4639772 or 14955449. OLE color: 14955449.

HSL color Cylindrical-coordinate representation of color #B933E4: hue angle of 285.42º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B933E4 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18551228-
CMYK0.190.7800.11
HSL285.42º76.62%54.71%-
HSV(B)285.42º77.63%89.41%-
XYZ35.218.2875.07-
YUV111.24193.89180.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 51 (20.31% from 255) = 10.99%
BLUE value IS 228 (89.45% from 255) = 49.14%
R=39.87%
G=10.99%
B=49.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185512280.190.7800.11285.4276.6254.71
HexB933E4134E0B11d4d37
Octal271633442311601343511567
Binary1011100111001111100100100111001110010111000111011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B933E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B933E4; }

 p { color: rgb(185,51,228); }

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

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

 a { background-color: rgb(185,51,228); }

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

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

 span { border-color: rgb(185,51,228); }

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