Html Css Color HEX #BA39D8 Medium Orchid

📋 copy color: '#BA39D8'

red 186 ◦ green 57 ◦ blue 216

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

Shades of Medium Orchid #BA39D8

Tints of Medium Orchid #BA39D8

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.42%

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

R = 40.52%
G = 12.42%
B = 47.06%

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

#BA39D8 (or 0xBA39D8) is known color: Medium Orchid. HEX triplet: BA, 39 and D8. RGB value is (186,57,216). Sum of RGB (Red+Green+Blue) = 186+57+216=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA39D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39D8 is #45C627. Grayscale: #717171. Windows color (decimal): -4572712 or 14170554. OLE color: 14170554.

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

Color convert

RGB 186 57 216 -
CMYK 0.14 0.74 0 0.15
HSL 288.68º 0.67% 0.54% -
HSV(B) 288.68º 0.74% 0.85% -
XYZ 34.11 18.32 66.7 -
YUV 113.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 186 57 216 0.14 0.74 0 0.15 288.68 0.67 0.54
Hex BA 39 D8 E 4A 0 F 121 43 36
Octal 272 71 330 16 112 0 17 441 103 66
Binary 10111010 111001 11011000 1110 1001010 0 1111 100100001 1000011 110110

Color Harmonies of #BA39D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39D8

Black with #BA39D8

Text Example


Text Example

White with #BA39D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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