Html Css Color HEX #BA3EEB Medium Orchid

📋 copy color: '#BA3EEB'

red 186 ◦ green 62 ◦ blue 235

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

Shades of Medium Orchid #BA3EEB

Tints of Medium Orchid #BA3EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.84%

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

R = 38.51%
G = 12.84%
B = 48.65%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA3EEB (or 0xBA3EEB) is known color: Medium Orchid. HEX triplet: BA, 3E and EB. RGB value is (186,62,235). Sum of RGB (Red+Green+Blue) = 186+62+235=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA3EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EEB is #45C114. Grayscale: #767676. Windows color (decimal): -4571413 or 15417018. OLE color: 15417018.

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

Color convert

RGB 186 62 235 -
CMYK 0.21 0.74 0 0.08
HSL 283.01º 0.81% 0.58% -
HSV(B) 283.01º 0.74% 0.92% -
XYZ 36.97 19.88 80.49 -
YUV 118.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 186 62 235 0.21 0.74 0 0.08 283.01 0.81 0.58
Hex BA 3E EB 15 4A 0 8 11B 51 3A
Octal 272 76 353 25 112 0 10 433 121 72
Binary 10111010 111110 11101011 10101 1001010 0 1000 100011011 1010001 111010

Color Harmonies of #BA3EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EEB

Black with #BA3EEB

Text Example


Text Example

White with #BA3EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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