Html Css Color HEX #BA45EF Medium Orchid

📋 copy color: '#BA45EF'

red 186 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #BA45EF

Tints of Medium Orchid #BA45EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 37.65%
G = 13.97%
B = 48.38%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA45EF (or 0xBA45EF) is known color: Medium Orchid. HEX triplet: BA, 45 and EF. RGB value is (186,69,239). Sum of RGB (Red+Green+Blue) = 186+69+239=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA45EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA45EF is #45BA10. Grayscale: #7A7A7A. Windows color (decimal): -4569617 or 15680954. OLE color: 15680954.

HSL color Cylindrical-coordinate representation of color #BA45EF: hue angle of 281.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA45EF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 69 239 -
CMYK 0.22 0.71 0 0.06
HSL 281.29º 0.84% 0.6% -
HSV(B) 281.29º 0.71% 0.94% -
XYZ 37.96 20.93 83.7 -
YUV 123.36 193.26 172.68 -
System Red Green Blue C M Y K H S L
Decimal 186 69 239 0.22 0.71 0 0.06 281.29 0.84 0.6
Hex BA 45 EF 16 47 0 6 119 54 3C
Octal 272 105 357 26 107 0 6 431 124 74
Binary 10111010 1000101 11101111 10110 1000111 0 110 100011001 1010100 111100

Color Harmonies of #BA45EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA45EF

Black with #BA45EF

Text Example


Text Example

White with #BA45EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA45EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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