Html Css Color HEX #BA5BDA Medium Orchid

📋 copy color: '#BA5BDA'

red 186 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #BA5BDA

Tints of Medium Orchid #BA5BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.38%

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

R = 37.58%
G = 18.38%
B = 44.04%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA5BDA (or 0xBA5BDA) is known color: Medium Orchid. HEX triplet: BA, 5B and DA. RGB value is (186,91,218). Sum of RGB (Red+Green+Blue) = 186+91+218=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA5BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BDA is #45A425. Grayscale: #858585. Windows color (decimal): -4564006 or 14310330. OLE color: 14310330.

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

Color convert

RGB 186 91 218 -
CMYK 0.15 0.58 0 0.15
HSL 284.88º 0.63% 0.61% -
HSV(B) 284.88º 0.58% 0.85% -
XYZ 36.65 22.98 68.83 -
YUV 133.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 186 91 218 0.15 0.58 0 0.15 284.88 0.63 0.61
Hex BA 5B DA F 3A 0 F 11D 3F 3D
Octal 272 133 332 17 72 0 17 435 77 75
Binary 10111010 1011011 11011010 1111 111010 0 1111 100011101 111111 111101

Color Harmonies of #BA5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BDA

Black with #BA5BDA

Text Example


Text Example

White with #BA5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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