Html Css Color HEX #BA5BD5 Medium Orchid

📋 copy color: '#BA5BD5'

red 186 ◦ green 91 ◦ blue 213

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

Shades of Medium Orchid #BA5BD5

Tints of Medium Orchid #BA5BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 37.96%
G = 18.57%
B = 43.47%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA5BD5 (or 0xBA5BD5) is known color: Medium Orchid. HEX triplet: BA, 5B and D5. RGB value is (186,91,213). Sum of RGB (Red+Green+Blue) = 186+91+213=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA5BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BD5 is #45A42A. Grayscale: #848484. Windows color (decimal): -4564011 or 13982650. OLE color: 13982650.

HSL color Cylindrical-coordinate representation of color #BA5BD5: hue angle of 286.72º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5BD5 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 91 213 -
CMYK 0.13 0.57 0 0.16
HSL 286.72º 0.59% 0.6% -
HSV(B) 286.72º 0.57% 0.84% -
XYZ 36 22.73 65.44 -
YUV 133.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 186 91 213 0.13 0.57 0 0.16 286.72 0.59 0.6
Hex BA 5B D5 D 39 0 10 11F 3B 3C
Octal 272 133 325 15 71 0 20 437 73 74
Binary 10111010 1011011 11010101 1101 111001 0 10000 100011111 111011 111100

Color Harmonies of #BA5BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BD5

Black with #BA5BD5

Text Example


Text Example

White with #BA5BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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