Html Css Color HEX #BA3AEB Medium Orchid

📋 copy color: '#BA3AEB'

red 186 ◦ green 58 ◦ blue 235

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

Shades of Medium Orchid #BA3AEB

Tints of Medium Orchid #BA3AEB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.11%

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

R = 38.83%
G = 12.11%
B = 49.06%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA3AEB (or 0xBA3AEB) is known color: Medium Orchid. HEX triplet: BA, 3A and EB. RGB value is (186,58,235). Sum of RGB (Red+Green+Blue) = 186+58+235=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA3AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AEB is #45C514. Grayscale: #737373. Windows color (decimal): -4572437 or 15415994. OLE color: 15415994.

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

Color convert

RGB 186 58 235 -
CMYK 0.21 0.75 0 0.08
HSL 283.39º 0.82% 0.57% -
HSV(B) 283.39º 0.75% 0.92% -
XYZ 36.76 19.46 80.42 -
YUV 116.45 194.91 177.61 -
System Red Green Blue C M Y K H S L
Decimal 186 58 235 0.21 0.75 0 0.08 283.39 0.82 0.57
Hex BA 3A EB 15 4B 0 8 11B 52 39
Octal 272 72 353 25 113 0 10 433 122 71
Binary 10111010 111010 11101011 10101 1001011 0 1000 100011011 1010010 111001

Color Harmonies of #BA3AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3AEB

Black with #BA3AEB

Text Example


Text Example

White with #BA3AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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