#B838CA

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

Shades of Medium Orchid #B838CA

Tints of Medium Orchid #B838CA

Color information

#B838CA (or 0xB838CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 38 and CA. RGB value is (184,56,202). Sum of RGB (Red+Green+Blue) = 184+56+202=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #B838CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838CA is #47C735. Grayscale: #6E6E6E. Windows color (decimal): -4704054 or 13252792. OLE color: 13252792.

HSL color Cylindrical-coordinate representation of color #B838CA: hue angle of 292.6º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B838CA is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18456202-
CMYK0.090.7200.21
HSL292.6º57.94%50.59%-
HSV(B)292.6º72.28%79.22%-
XYZ31.8417.2857.53-
YUV110.92179.41180.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 56 (22.27% from 255) = 12.67%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=41.63%
G=12.67%
B=45.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184562020.090.7200.21292.657.9450.59
HexB838CA9480151253a33
Octal27070312111100254457263
Binary101110001110001100101010011001000010101100100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B838CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B838CA; }

 p { color: rgb(184,56,202); }

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

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

 a { background-color: rgb(184,56,202); }

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

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

 span { border-color: rgb(184,56,202); }

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