Html Css Color HEX #BA43E4 Medium Orchid

📋 copy color: '#BA43E4'

red 186 ◦ green 67 ◦ blue 228

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

Shades of Medium Orchid #BA43E4

Tints of Medium Orchid #BA43E4

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.93%

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 38.67%
G = 13.93%
B = 47.4%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA43E4 (or 0xBA43E4) is known color: Medium Orchid. HEX triplet: BA, 43 and E4. RGB value is (186,67,228). Sum of RGB (Red+Green+Blue) = 186+67+228=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA43E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43E4 is #45BC1B. Grayscale: #787878. Windows color (decimal): -4570140 or 14959546. OLE color: 14959546.

HSL color Cylindrical-coordinate representation of color #BA43E4: hue angle of 284.35º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA43E4 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 67 228 -
CMYK 0.18 0.71 0 0.11
HSL 284.35º 0.75% 0.58% -
HSV(B) 284.35º 0.71% 0.89% -
XYZ 36.26 20.05 75.36 -
YUV 120.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 186 67 228 0.18 0.71 0 0.11 284.35 0.75 0.58
Hex BA 43 E4 12 47 0 B 11C 4B 3A
Octal 272 103 344 22 107 0 13 434 113 72
Binary 10111010 1000011 11100100 10010 1000111 0 1011 100011100 1001011 111010

Color Harmonies of #BA43E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43E4

Black with #BA43E4

Text Example


Text Example

White with #BA43E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43E4; }

 p { color: rgb(186,67,228); }

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

background-color css

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

 a { background-color: rgb(186,67,228); }

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

border-color css

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

 span { border-color: rgb(186,67,228); }

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