Html Css Color HEX #BA44EE Medium Orchid

📋 copy color: '#BA44EE'

red 186 ◦ green 68 ◦ blue 238

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

Shades of Medium Orchid #BA44EE

Tints of Medium Orchid #BA44EE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.82%

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 37.8%
G = 13.82%
B = 48.37%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA44EE (or 0xBA44EE) is known color: Medium Orchid. HEX triplet: BA, 44 and EE. RGB value is (186,68,238). Sum of RGB (Red+Green+Blue) = 186+68+238=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA44EE is #45BB11. Grayscale: #7A7A7A. Windows color (decimal): -4569874 or 15615162. OLE color: 15615162.

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

Color convert

RGB 186 68 238 -
CMYK 0.22 0.71 0 0.07
HSL 281.65º 0.83% 0.6% -
HSV(B) 281.65º 0.71% 0.93% -
XYZ 37.75 20.75 82.9 -
YUV 122.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 186 68 238 0.22 0.71 0 0.07 281.65 0.83 0.6
Hex BA 44 EE 16 47 0 7 11A 53 3C
Octal 272 104 356 26 107 0 7 432 123 74
Binary 10111010 1000100 11101110 10110 1000111 0 111 100011010 1010011 111100

Color Harmonies of #BA44EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44EE

Black with #BA44EE

Text Example


Text Example

White with #BA44EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44EE; }

 p { color: rgb(186,68,238); }

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

background-color css

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

 a { background-color: rgb(186,68,238); }

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

border-color css

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

 span { border-color: rgb(186,68,238); }

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