Html Css Color HEX #BA47ED Medium Orchid

📋 copy color: '#BA47ED'

red 186 ◦ green 71 ◦ blue 237

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

Shades of Medium Orchid #BA47ED

Tints of Medium Orchid #BA47ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 37.65%
G = 14.37%
B = 47.98%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA47ED (or 0xBA47ED) is known color: Medium Orchid. HEX triplet: BA, 47 and ED. RGB value is (186,71,237). Sum of RGB (Red+Green+Blue) = 186+71+237=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA47ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47ED is #45B812. Grayscale: #7B7B7B. Windows color (decimal): -4569107 or 15550394. OLE color: 15550394.

HSL color Cylindrical-coordinate representation of color #BA47ED: hue angle of 281.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA47ED is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 71 237 -
CMYK 0.22 0.70 0 0.07
HSL 281.57º 0.82% 0.6% -
HSV(B) 281.57º 0.7% 0.93% -
XYZ 37.79 21.06 82.19 -
YUV 124.31 191.6 172 -
System Red Green Blue C M Y K H S L
Decimal 186 71 237 0.22 0.70 0 0.07 281.57 0.82 0.6
Hex BA 47 ED 16 46 0 7 11A 52 3C
Octal 272 107 355 26 106 0 7 432 122 74
Binary 10111010 1000111 11101101 10110 1000110 0 111 100011010 1010010 111100

Color Harmonies of #BA47ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47ED

Black with #BA47ED

Text Example


Text Example

White with #BA47ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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