Html Css Color HEX #BA3BE1 Medium Orchid

📋 copy color: '#BA3BE1'

red 186 ◦ green 59 ◦ blue 225

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

Shades of Medium Orchid #BA3BE1

Tints of Medium Orchid #BA3BE1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.55%

 BLUE value IS 225 (88.28% from 255) = 47.87%

R = 39.57%
G = 12.55%
B = 47.87%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA3BE1 (or 0xBA3BE1) is known color: Medium Orchid. HEX triplet: BA, 3B and E1. RGB value is (186,59,225). Sum of RGB (Red+Green+Blue) = 186+59+225=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA3BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BE1 is #45C41E. Grayscale: #737373. Windows color (decimal): -4572191 or 14760890. OLE color: 14760890.

HSL color Cylindrical-coordinate representation of color #BA3BE1: hue angle of 285.9º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3BE1 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 59 225 -
CMYK 0.17 0.74 0 0.12
HSL 285.9º 0.73% 0.56% -
HSV(B) 285.9º 0.74% 0.88% -
XYZ 35.4 19 73.04 -
YUV 115.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 186 59 225 0.17 0.74 0 0.12 285.9 0.73 0.56
Hex BA 3B E1 11 4A 0 C 11E 49 38
Octal 272 73 341 21 112 0 14 436 111 70
Binary 10111010 111011 11100001 10001 1001010 0 1100 100011110 1001001 111000

Color Harmonies of #BA3BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BE1

Black with #BA3BE1

Text Example


Text Example

White with #BA3BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BE1; }

 p { color: rgb(186,59,225); }

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

background-color css

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

 a { background-color: rgb(186,59,225); }

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

border-color css

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

 span { border-color: rgb(186,59,225); }

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