Html Css Color HEX #BA5FDF Medium Orchid

📋 copy color: '#BA5FDF'

red 186 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #BA5FDF

Tints of Medium Orchid #BA5FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 36.9%
G = 18.85%
B = 44.25%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA5FDF (or 0xBA5FDF) is known color: Medium Orchid. HEX triplet: BA, 5F and DF. RGB value is (186,95,223). Sum of RGB (Red+Green+Blue) = 186+95+223=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FDF is #45A020. Grayscale: #888888. Windows color (decimal): -4562977 or 14639034. OLE color: 14639034.

HSL color Cylindrical-coordinate representation of color #BA5FDF: hue angle of 282.66º degrees, saturation: 0.67, 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 #BA5FDF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 95 223 -
CMYK 0.17 0.57 0 0.13
HSL 282.66º 0.67% 0.62% -
HSV(B) 282.66º 0.57% 0.87% -
XYZ 37.66 23.95 72.45 -
YUV 136.8 176.65 163.09 -
System Red Green Blue C M Y K H S L
Decimal 186 95 223 0.17 0.57 0 0.13 282.66 0.67 0.62
Hex BA 5F DF 11 39 0 D 11B 43 3E
Octal 272 137 337 21 71 0 15 433 103 76
Binary 10111010 1011111 11011111 10001 111001 0 1101 100011011 1000011 111110

Color Harmonies of #BA5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FDF

Black with #BA5FDF

Text Example


Text Example

White with #BA5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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