Html Css Color HEX #BA38D9 Medium Orchid

📋 copy color: '#BA38D9'

red 186 ◦ green 56 ◦ blue 217

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

Shades of Medium Orchid #BA38D9

Tints of Medium Orchid #BA38D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.28%

R = 40.52%
G = 12.2%
B = 47.28%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA38D9 (or 0xBA38D9) is known color: Medium Orchid. HEX triplet: BA, 38 and D9. RGB value is (186,56,217). Sum of RGB (Red+Green+Blue) = 186+56+217=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA38D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38D9 is #45C726. Grayscale: #707070. Windows color (decimal): -4572967 or 14235834. OLE color: 14235834.

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

Color convert

RGB 186 56 217 -
CMYK 0.14 0.74 0 0.15
HSL 288.45º 0.68% 0.54% -
HSV(B) 288.45º 0.74% 0.85% -
XYZ 34.19 18.28 67.37 -
YUV 113.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 186 56 217 0.14 0.74 0 0.15 288.45 0.68 0.54
Hex BA 38 D9 E 4A 0 F 120 44 36
Octal 272 70 331 16 112 0 17 440 104 66
Binary 10111010 111000 11011001 1110 1001010 0 1111 100100000 1000100 110110

Color Harmonies of #BA38D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38D9

Black with #BA38D9

Text Example


Text Example

White with #BA38D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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