Html Css Color HEX #BA47FC Medium Orchid

📋 copy color: '#BA47FC'

red 186 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #BA47FC

Tints of Medium Orchid #BA47FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 36.54%
G = 13.95%
B = 49.51%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA47FC (or 0xBA47FC) is known color: Medium Orchid. HEX triplet: BA, 47 and FC. RGB value is (186,71,252). Sum of RGB (Red+Green+Blue) = 186+71+252=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA47FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47FC is #45B803. Grayscale: #7D7D7D. Windows color (decimal): -4569092 or 16533434. OLE color: 16533434.

HSL color Cylindrical-coordinate representation of color #BA47FC: hue angle of 278.12º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA47FC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 71 252 -
CMYK 0.26 0.72 0 0.01
HSL 278.12º 0.97% 0.63% -
HSV(B) 278.12º 0.72% 0.99% -
XYZ 40.07 21.97 94.22 -
YUV 126.02 199.1 170.78 -
System Red Green Blue C M Y K H S L
Decimal 186 71 252 0.26 0.72 0 0.01 278.12 0.97 0.63
Hex BA 47 FC 1A 48 0 1 116 61 3F
Octal 272 107 374 32 110 0 1 426 141 77
Binary 10111010 1000111 11111100 11010 1001000 0 1 100010110 1100001 111111

Color Harmonies of #BA47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47FC

Black with #BA47FC

Text Example


Text Example

White with #BA47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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