Html Css Color HEX #BA55EB Medium Orchid

📋 copy color: '#BA55EB'

red 186 ◦ green 85 ◦ blue 235

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

Shades of Medium Orchid #BA55EB

Tints of Medium Orchid #BA55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.8%

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

R = 36.76%
G = 16.8%
B = 46.44%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA55EB (or 0xBA55EB) is known color: Medium Orchid. HEX triplet: BA, 55 and EB. RGB value is (186,85,235). Sum of RGB (Red+Green+Blue) = 186+85+235=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA55EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55EB is #45AA14. Grayscale: #838383. Windows color (decimal): -4565525 or 15422906. OLE color: 15422906.

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

Color convert

RGB 186 85 235 -
CMYK 0.21 0.64 0 0.08
HSL 280.4º 0.79% 0.63% -
HSV(B) 280.4º 0.64% 0.92% -
XYZ 38.49 22.93 81 -
YUV 132.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 186 85 235 0.21 0.64 0 0.08 280.4 0.79 0.63
Hex BA 55 EB 15 40 0 8 118 4F 3F
Octal 272 125 353 25 100 0 10 430 117 77
Binary 10111010 1010101 11101011 10101 1000000 0 1000 100011000 1001111 111111

Color Harmonies of #BA55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55EB

Black with #BA55EB

Text Example


Text Example

White with #BA55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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