Html Css Color HEX #BA43EA Medium Orchid

📋 copy color: '#BA43EA'

red 186 ◦ green 67 ◦ blue 234

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

Shades of Medium Orchid #BA43EA

Tints of Medium Orchid #BA43EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 38.19%
G = 13.76%
B = 48.05%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA43EA (or 0xBA43EA) is known color: Medium Orchid. HEX triplet: BA, 43 and EA. RGB value is (186,67,234). Sum of RGB (Red+Green+Blue) = 186+67+234=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA43EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43EA is #45BC15. Grayscale: #797979. Windows color (decimal): -4570134 or 15352762. OLE color: 15352762.

HSL color Cylindrical-coordinate representation of color #BA43EA: hue angle of 282.75º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA43EA is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 67 234 -
CMYK 0.21 0.71 0 0.08
HSL 282.75º 0.8% 0.59% -
HSV(B) 282.75º 0.71% 0.92% -
XYZ 37.11 20.39 79.82 -
YUV 121.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 186 67 234 0.21 0.71 0 0.08 282.75 0.8 0.59
Hex BA 43 EA 15 47 0 8 11B 50 3B
Octal 272 103 352 25 107 0 10 433 120 73
Binary 10111010 1000011 11101010 10101 1000111 0 1000 100011011 1010000 111011

Color Harmonies of #BA43EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43EA

Black with #BA43EA

Text Example


Text Example

White with #BA43EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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