Html Css Color HEX #BA47EA Medium Orchid

📋 copy color: '#BA47EA'

red 186 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #BA47EA

Tints of Medium Orchid #BA47EA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.46%

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

R = 37.88%
G = 14.46%
B = 47.66%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA47EA (or 0xBA47EA) is known color: Medium Orchid. HEX triplet: BA, 47 and EA. RGB value is (186,71,234). Sum of RGB (Red+Green+Blue) = 186+71+234=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA47EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47EA is #45B815. Grayscale: #7B7B7B. Windows color (decimal): -4569110 or 15353786. OLE color: 15353786.

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

Color convert

RGB 186 71 234 -
CMYK 0.21 0.70 0 0.08
HSL 282.33º 0.8% 0.6% -
HSV(B) 282.33º 0.7% 0.92% -
XYZ 37.35 20.89 79.9 -
YUV 123.97 190.1 172.25 -
System Red Green Blue C M Y K H S L
Decimal 186 71 234 0.21 0.70 0 0.08 282.33 0.8 0.6
Hex BA 47 EA 15 46 0 8 11A 50 3C
Octal 272 107 352 25 106 0 10 432 120 74
Binary 10111010 1000111 11101010 10101 1000110 0 1000 100011010 1010000 111100

Color Harmonies of #BA47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47EA

Black with #BA47EA

Text Example


Text Example

White with #BA47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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