Html Css Color HEX #BA3EEA Medium Orchid

📋 copy color: '#BA3EEA'

red 186 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #BA3EEA

Tints of Medium Orchid #BA3EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 38.59%
G = 12.86%
B = 48.55%

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

#BA3EEA (or 0xBA3EEA) is known color: Medium Orchid. HEX triplet: BA, 3E and EA. RGB value is (186,62,234). Sum of RGB (Red+Green+Blue) = 186+62+234=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA3EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EEA is #45C115. Grayscale: #767676. Windows color (decimal): -4571414 or 15351482. OLE color: 15351482.

HSL color Cylindrical-coordinate representation of color #BA3EEA: hue angle of 283.26º degrees, saturation: 0.8, 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 #BA3EEA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 62 234 -
CMYK 0.21 0.74 0 0.08
HSL 283.26º 0.8% 0.58% -
HSV(B) 283.26º 0.74% 0.92% -
XYZ 36.82 19.82 79.73 -
YUV 118.68 193.08 176.01 -
System Red Green Blue C M Y K H S L
Decimal 186 62 234 0.21 0.74 0 0.08 283.26 0.8 0.58
Hex BA 3E EA 15 4A 0 8 11B 50 3A
Octal 272 76 352 25 112 0 10 433 120 72
Binary 10111010 111110 11101010 10101 1001010 0 1000 100011011 1010000 111010

Color Harmonies of #BA3EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EEA

Black with #BA3EEA

Text Example


Text Example

White with #BA3EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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