Html Css Color HEX #BA5FDD Medium Orchid

📋 copy color: '#BA5FDD'

red 186 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #BA5FDD

Tints of Medium Orchid #BA5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.92%

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 37.05%
G = 18.92%
B = 44.02%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA5FDD (or 0xBA5FDD) is known color: Medium Orchid. HEX triplet: BA, 5F and DD. RGB value is (186,95,221). Sum of RGB (Red+Green+Blue) = 186+95+221=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FDD is #45A022. Grayscale: #888888. Windows color (decimal): -4562979 or 14507962. OLE color: 14507962.

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

Color convert

RGB 186 95 221 -
CMYK 0.16 0.57 0 0.13
HSL 283.33º 0.65% 0.62% -
HSV(B) 283.33º 0.57% 0.87% -
XYZ 37.39 23.84 71.04 -
YUV 136.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 186 95 221 0.16 0.57 0 0.13 283.33 0.65 0.62
Hex BA 5F DD 10 39 0 D 11B 41 3E
Octal 272 137 335 20 71 0 15 433 101 76
Binary 10111010 1011111 11011101 10000 111001 0 1101 100011011 1000001 111110

Color Harmonies of #BA5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FDD

Black with #BA5FDD

Text Example


Text Example

White with #BA5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FDD; }

 p { color: rgb(186,95,221); }

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

background-color css

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

 a { background-color: rgb(186,95,221); }

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

border-color css

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

 span { border-color: rgb(186,95,221); }

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