Html Css Color HEX #BA3FD8 Medium Orchid

📋 copy color: '#BA3FD8'

red 186 ◦ green 63 ◦ blue 216

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

Shades of Medium Orchid #BA3FD8

Tints of Medium Orchid #BA3FD8

RGB

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

 GREEN value IS 63 (25% from 255) = 13.55%

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

R = 40%
G = 13.55%
B = 46.45%

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

#BA3FD8 (or 0xBA3FD8) is known color: Medium Orchid. HEX triplet: BA, 3F and D8. RGB value is (186,63,216). Sum of RGB (Red+Green+Blue) = 186+63+216=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA3FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FD8 is #45C027. Grayscale: #747474. Windows color (decimal): -4571176 or 14172090. OLE color: 14172090.

HSL color Cylindrical-coordinate representation of color #BA3FD8: hue angle of 288.24º 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 #BA3FD8 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 63 216 -
CMYK 0.14 0.71 0 0.15
HSL 288.24º 0.66% 0.55% -
HSV(B) 288.24º 0.71% 0.85% -
XYZ 34.42 18.95 66.81 -
YUV 117.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 186 63 216 0.14 0.71 0 0.15 288.24 0.66 0.55
Hex BA 3F D8 E 47 0 F 120 42 37
Octal 272 77 330 16 107 0 17 440 102 67
Binary 10111010 111111 11011000 1110 1000111 0 1111 100100000 1000010 110111

Color Harmonies of #BA3FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FD8

Black with #BA3FD8

Text Example


Text Example

White with #BA3FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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