#BA5CE4

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

Shades of Medium Orchid #BA5CE4

Tints of Medium Orchid #BA5CE4

Color information

#BA5CE4 (or 0xBA5CE4) is unknown color: approx Medium Orchid. HEX triplet: BA, 5C and E4. RGB value is (186,92,228). Sum of RGB (Red+Green+Blue) = 186+92+228=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA5CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CE4 is #45A31B. Grayscale: #878787. Windows color (decimal): -4563740 or 14965946. OLE color: 14965946.

HSL color Cylindrical-coordinate representation of color #BA5CE4: hue angle of 281.47º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5CE4 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18692228-
CMYK0.180.6000.11
HSL281.47º71.58%62.75%-
HSV(B)281.47º59.65%89.41%-
XYZ38.0823.6975.97-
YUV135.61180.14163.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 92 (36.33% from 255) = 18.18%
BLUE value IS 228 (89.45% from 255) = 45.06%
R=36.76%
G=18.18%
B=45.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186922280.180.6000.11281.4771.5862.75
HexBA5CE4123C0B119483f
Octal272134344227401343111077
Binary1011101010111001110010010010111100010111000110011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CE4; }

 p { color: rgb(186,92,228); }

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

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

 a { background-color: rgb(186,92,228); }

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

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

 span { border-color: rgb(186,92,228); }

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