Html Css Color HEX #BA37DA Medium Orchid

📋 copy color: '#BA37DA'

red 186 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #BA37DA

Tints of Medium Orchid #BA37DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.98%

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

R = 40.52%
G = 11.98%
B = 47.49%

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

#BA37DA (or 0xBA37DA) is known color: Medium Orchid. HEX triplet: BA, 37 and DA. RGB value is (186,55,218). Sum of RGB (Red+Green+Blue) = 186+55+218=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA37DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37DA is #45C825. Grayscale: #707070. Windows color (decimal): -4573222 or 14301114. OLE color: 14301114.

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

Color convert

RGB 186 55 218 -
CMYK 0.15 0.75 0 0.15
HSL 288.22º 0.69% 0.54% -
HSV(B) 288.22º 0.75% 0.85% -
XYZ 34.27 18.23 68.04 -
YUV 112.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 186 55 218 0.15 0.75 0 0.15 288.22 0.69 0.54
Hex BA 37 DA F 4B 0 F 120 45 36
Octal 272 67 332 17 113 0 17 440 105 66
Binary 10111010 110111 11011010 1111 1001011 0 1111 100100000 1000101 110110

Color Harmonies of #BA37DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37DA

Black with #BA37DA

Text Example


Text Example

White with #BA37DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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