Html Css Color HEX #BA3ED8 Medium Orchid

📋 copy color: '#BA3ED8'

red 186 ◦ green 62 ◦ blue 216

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

Shades of Medium Orchid #BA3ED8

Tints of Medium Orchid #BA3ED8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.36%

 BLUE value IS 216 (84.77% from 255) = 46.55%

R = 40.09%
G = 13.36%
B = 46.55%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA3ED8 (or 0xBA3ED8) is known color: Medium Orchid. HEX triplet: BA, 3E and D8. RGB value is (186,62,216). Sum of RGB (Red+Green+Blue) = 186+62+216=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA3ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ED8 is #45C127. Grayscale: #747474. Windows color (decimal): -4571432 or 14171834. OLE color: 14171834.

HSL color Cylindrical-coordinate representation of color #BA3ED8: hue angle of 288.31º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3ED8 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 62 216 -
CMYK 0.14 0.71 0 0.15
HSL 288.31º 0.66% 0.55% -
HSV(B) 288.31º 0.71% 0.85% -
XYZ 34.37 18.84 66.79 -
YUV 116.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 186 62 216 0.14 0.71 0 0.15 288.31 0.66 0.55
Hex BA 3E D8 E 47 0 F 120 42 37
Octal 272 76 330 16 107 0 17 440 102 67
Binary 10111010 111110 11011000 1110 1000111 0 1111 100100000 1000010 110111

Color Harmonies of #BA3ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ED8

Black with #BA3ED8

Text Example


Text Example

White with #BA3ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ED8; }

 p { color: rgb(186,62,216); }

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

background-color css

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

 a { background-color: rgb(186,62,216); }

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

border-color css

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

 span { border-color: rgb(186,62,216); }

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