Html Css Color HEX #BA47FE Medium Orchid

📋 copy color: '#BA47FE'

red 186 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #BA47FE

Tints of Medium Orchid #BA47FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 36.4%
G = 13.89%
B = 49.71%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA47FE (or 0xBA47FE) is known color: Medium Orchid. HEX triplet: BA, 47 and FE. RGB value is (186,71,254). Sum of RGB (Red+Green+Blue) = 186+71+254=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA47FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47FE is #45B801. Grayscale: #7D7D7D. Windows color (decimal): -4569090 or 16664506. OLE color: 16664506.

HSL color Cylindrical-coordinate representation of color #BA47FE: hue angle of 277.7º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA47FE is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 71 254 -
CMYK 0.27 0.72 0 0.00
HSL 277.7º 0.99% 0.64% -
HSV(B) 277.7º 0.72% 1% -
XYZ 40.39 22.1 95.9 -
YUV 126.25 200.1 170.62 -
System Red Green Blue C M Y K H S L
Decimal 186 71 254 0.27 0.72 0 0.00 277.7 0.99 0.64
Hex BA 47 FE 1B 48 0 0 116 63 40
Octal 272 107 376 33 110 0 0 426 143 100
Binary 10111010 1000111 11111110 11011 1001000 0 0 100010110 1100011 1000000

Color Harmonies of #BA47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47FE

Black with #BA47FE

Text Example


Text Example

White with #BA47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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