Html Css Color HEX #BA45E6 Medium Orchid

📋 copy color: '#BA45E6'

red 186 ◦ green 69 ◦ blue 230

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

Shades of Medium Orchid #BA45E6

Tints of Medium Orchid #BA45E6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.23%

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 38.35%
G = 14.23%
B = 47.42%

CMYK

 C value IS 0.19

 M value IS 0.7

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA45E6 (or 0xBA45E6) is known color: Medium Orchid. HEX triplet: BA, 45 and E6. RGB value is (186,69,230). Sum of RGB (Red+Green+Blue) = 186+69+230=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA45E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA45E6 is #45BA19. Grayscale: #797979. Windows color (decimal): -4569626 or 15091130. OLE color: 15091130.

HSL color Cylindrical-coordinate representation of color #BA45E6: hue angle of 283.6º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA45E6 is Cyan = 0.19, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 69 230 -
CMYK 0.19 0.7 0 0.10
HSL 283.6º 0.76% 0.59% -
HSV(B) 283.6º 0.7% 0.9% -
XYZ 36.66 20.41 76.87 -
YUV 122.34 188.76 173.41 -
System Red Green Blue C M Y K H S L
Decimal 186 69 230 0.19 0.7 0 0.10 283.6 0.76 0.59
Hex BA 45 E6 13 46 0 A 11C 4C 3B
Octal 272 105 346 23 106 0 12 434 114 73
Binary 10111010 1000101 11100110 10011 1000110 0 1010 100011100 1001100 111011

Color Harmonies of #BA45E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA45E6

Black with #BA45E6

Text Example


Text Example

White with #BA45E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA45E6; }

 p { color: rgb(186,69,230); }

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

background-color css

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

 a { background-color: rgb(186,69,230); }

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

border-color css

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

 span { border-color: rgb(186,69,230); }

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