Html Css Color HEX #BA36DA Medium Orchid

📋 copy color: '#BA36DA'

red 186 ◦ green 54 ◦ blue 218

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

Shades of Medium Orchid #BA36DA

Tints of Medium Orchid #BA36DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.79%

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 40.61%
G = 11.79%
B = 47.6%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA36DA (or 0xBA36DA) is known color: Medium Orchid. HEX triplet: BA, 36 and DA. RGB value is (186,54,218). Sum of RGB (Red+Green+Blue) = 186+54+218=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA36DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36DA is #45C925. Grayscale: #6F6F6F. Windows color (decimal): -4573478 or 14300858. OLE color: 14300858.

HSL color Cylindrical-coordinate representation of color #BA36DA: hue angle of 288.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA36DA is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 54 218 -
CMYK 0.15 0.75 0 0.15
HSL 288.29º 0.69% 0.53% -
HSV(B) 288.29º 0.75% 0.85% -
XYZ 34.22 18.14 68.03 -
YUV 112.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 186 54 218 0.15 0.75 0 0.15 288.29 0.69 0.53
Hex BA 36 DA F 4B 0 F 120 45 35
Octal 272 66 332 17 113 0 17 440 105 65
Binary 10111010 110110 11011010 1111 1001011 0 1111 100100000 1000101 110101

Color Harmonies of #BA36DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36DA

Black with #BA36DA

Text Example


Text Example

White with #BA36DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36DA; }

 p { color: rgb(186,54,218); }

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

background-color css

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

 a { background-color: rgb(186,54,218); }

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

border-color css

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

 span { border-color: rgb(186,54,218); }

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