Html Css Color HEX #BA50E8 Medium Orchid

📋 copy color: '#BA50E8'

red 186 ◦ green 80 ◦ blue 232

#BA50E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BA50E8

Tints of Medium Orchid #BA50E8

RGB

 RED value IS 186 (73.05% from 255) = 37.35%

 GREEN value IS 80 (31.64% from 255) = 16.06%

 BLUE value IS 232 (91.02% from 255) = 46.59%

R = 37.35%
G = 16.06%
B = 46.59%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA50E8 (or 0xBA50E8) is known color: Medium Orchid. HEX triplet: BA, 50 and E8. RGB value is (186,80,232). Sum of RGB (Red+Green+Blue) = 186+80+232=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA50E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50E8 is #45AF17. Grayscale: #808080. Windows color (decimal): -4566808 or 15225018. OLE color: 15225018.

HSL color Cylindrical-coordinate representation of color #BA50E8: hue angle of 281.84º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA50E8 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 80 232 -
CMYK 0.20 0.66 0 0.09
HSL 281.84º 0.77% 0.61% -
HSV(B) 281.84º 0.66% 0.91% -
XYZ 37.68 22 78.6 -
YUV 129.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 186 80 232 0.20 0.66 0 0.09 281.84 0.77 0.61
Hex BA 50 E8 14 42 0 9 11A 4D 3D
Octal 272 120 350 24 102 0 11 432 115 75
Binary 10111010 1010000 11101000 10100 1000010 0 1001 100011010 1001101 111101

Color Harmonies of #BA50E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50E8

Black with #BA50E8

Text Example


Text Example

White with #BA50E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50E8; }

 p { color: rgb(186,80,232); }

 H1.HeaderClassName
 {
   color: #BA50E8;
 }
 .AnyTagClassName
 {
   color: #BA50E8;
 }
</style>

background-color css

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

 a { background-color: rgb(186,80,232); }

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

border-color css

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

 span { border-color: rgb(186,80,232); }

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