Html Css Color HEX #BA5AEB Medium Orchid

📋 copy color: '#BA5AEB'

red 186 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #BA5AEB

Tints of Medium Orchid #BA5AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.61%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 36.4%
G = 17.61%
B = 45.99%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA5AEB (or 0xBA5AEB) is known color: Medium Orchid. HEX triplet: BA, 5A and EB. RGB value is (186,90,235). Sum of RGB (Red+Green+Blue) = 186+90+235=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA5AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AEB is #45A514. Grayscale: #868686. Windows color (decimal): -4564245 or 15424186. OLE color: 15424186.

HSL color Cylindrical-coordinate representation of color #BA5AEB: hue angle of 279.72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5AEB is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 90 235 -
CMYK 0.21 0.62 0 0.08
HSL 279.72º 0.78% 0.64% -
HSV(B) 279.72º 0.62% 0.92% -
XYZ 38.9 23.75 81.13 -
YUV 135.23 184.3 164.21 -
System Red Green Blue C M Y K H S L
Decimal 186 90 235 0.21 0.62 0 0.08 279.72 0.78 0.64
Hex BA 5A EB 15 3E 0 8 118 4E 40
Octal 272 132 353 25 76 0 10 430 116 100
Binary 10111010 1011010 11101011 10101 111110 0 1000 100011000 1001110 1000000

Color Harmonies of #BA5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AEB

Black with #BA5AEB

Text Example


Text Example

White with #BA5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AEB; }

 p { color: rgb(186,90,235); }

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

background-color css

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

 a { background-color: rgb(186,90,235); }

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

border-color css

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

 span { border-color: rgb(186,90,235); }

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