Html Css Color HEX #BA3DEA Medium Orchid

📋 copy color: '#BA3DEA'

red 186 ◦ green 61 ◦ blue 234

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

Shades of Medium Orchid #BA3DEA

Tints of Medium Orchid #BA3DEA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.68%

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

R = 38.67%
G = 12.68%
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

#BA3DEA (or 0xBA3DEA) is known color: Medium Orchid. HEX triplet: BA, 3D and EA. RGB value is (186,61,234). Sum of RGB (Red+Green+Blue) = 186+61+234=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA3DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DEA is #45C215. Grayscale: #757575. Windows color (decimal): -4571670 or 15351226. OLE color: 15351226.

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

Color convert

RGB 186 61 234 -
CMYK 0.21 0.74 0 0.08
HSL 283.35º 0.8% 0.58% -
HSV(B) 283.35º 0.74% 0.92% -
XYZ 36.77 19.72 79.71 -
YUV 118.1 193.41 176.43 -
System Red Green Blue C M Y K H S L
Decimal 186 61 234 0.21 0.74 0 0.08 283.35 0.8 0.58
Hex BA 3D EA 15 4A 0 8 11B 50 3A
Octal 272 75 352 25 112 0 10 433 120 72
Binary 10111010 111101 11101010 10101 1001010 0 1000 100011011 1010000 111010

Color Harmonies of #BA3DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DEA

Black with #BA3DEA

Text Example


Text Example

White with #BA3DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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