Html Css Color HEX #BA4BDA Medium Orchid

📋 copy color: '#BA4BDA'

red 186 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #BA4BDA

Tints of Medium Orchid #BA4BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.66%

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

R = 38.83%
G = 15.66%
B = 45.51%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4BDA (or 0xBA4BDA) is known color: Medium Orchid. HEX triplet: BA, 4B and DA. RGB value is (186,75,218). Sum of RGB (Red+Green+Blue) = 186+75+218=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BDA is #45B425. Grayscale: #7C7C7C. Windows color (decimal): -4568102 or 14306234. OLE color: 14306234.

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

Color convert

RGB 186 75 218 -
CMYK 0.15 0.66 0 0.15
HSL 286.57º 0.66% 0.57% -
HSV(B) 286.57º 0.66% 0.85% -
XYZ 35.42 20.53 68.43 -
YUV 124.49 180.77 171.87 -
System Red Green Blue C M Y K H S L
Decimal 186 75 218 0.15 0.66 0 0.15 286.57 0.66 0.57
Hex BA 4B DA F 42 0 F 11F 42 39
Octal 272 113 332 17 102 0 17 437 102 71
Binary 10111010 1001011 11011010 1111 1000010 0 1111 100011111 1000010 111001

Color Harmonies of #BA4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BDA

Black with #BA4BDA

Text Example


Text Example

White with #BA4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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