Html Css Color HEX #BA38F9 Medium Orchid

📋 copy color: '#BA38F9'

red 186 ◦ green 56 ◦ blue 249

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

Shades of Medium Orchid #BA38F9

Tints of Medium Orchid #BA38F9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.41%

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 37.88%
G = 11.41%
B = 50.71%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA38F9 (or 0xBA38F9) is known color: Medium Orchid. HEX triplet: BA, 38 and F9. RGB value is (186,56,249). Sum of RGB (Red+Green+Blue) = 186+56+249=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA38F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38F9 is #45C706. Grayscale: #747474. Windows color (decimal): -4572935 or 16332986. OLE color: 16332986.

HSL color Cylindrical-coordinate representation of color #BA38F9: hue angle of 280.41º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA38F9 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 56 249 -
CMYK 0.25 0.78 0 0.02
HSL 280.41º 0.94% 0.6% -
HSV(B) 280.41º 0.78% 0.98% -
XYZ 38.76 20.11 91.46 -
YUV 116.87 202.57 177.31 -
System Red Green Blue C M Y K H S L
Decimal 186 56 249 0.25 0.78 0 0.02 280.41 0.94 0.6
Hex BA 38 F9 19 4E 0 2 118 5E 3C
Octal 272 70 371 31 116 0 2 430 136 74
Binary 10111010 111000 11111001 11001 1001110 0 10 100011000 1011110 111100

Color Harmonies of #BA38F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38F9

Black with #BA38F9

Text Example


Text Example

White with #BA38F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38F9; }

 p { color: rgb(186,56,249); }

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

background-color css

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

 a { background-color: rgb(186,56,249); }

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

border-color css

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

 span { border-color: rgb(186,56,249); }

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