Html Css Color HEX #BA31DA Medium Orchid

📋 copy color: '#BA31DA'

red 186 ◦ green 49 ◦ blue 218

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

Shades of Medium Orchid #BA31DA

Tints of Medium Orchid #BA31DA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.82%

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

R = 41.06%
G = 10.82%
B = 48.12%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA31DA (or 0xBA31DA) is known color: Medium Orchid. HEX triplet: BA, 31 and DA. RGB value is (186,49,218). Sum of RGB (Red+Green+Blue) = 186+49+218=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA31DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31DA is #45CE25. Grayscale: #6C6C6C. Windows color (decimal): -4574758 or 14299578. OLE color: 14299578.

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

Color convert

RGB 186 49 218 -
CMYK 0.15 0.78 0 0.15
HSL 288.64º 0.7% 0.52% -
HSV(B) 288.64º 0.78% 0.85% -
XYZ 34 17.7 67.95 -
YUV 109.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 186 49 218 0.15 0.78 0 0.15 288.64 0.7 0.52
Hex BA 31 DA F 4E 0 F 121 46 34
Octal 272 61 332 17 116 0 17 441 106 64
Binary 10111010 110001 11011010 1111 1001110 0 1111 100100001 1000110 110100

Color Harmonies of #BA31DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31DA

Black with #BA31DA

Text Example


Text Example

White with #BA31DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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