Html Css Color HEX #BA5AFD Medium Orchid

📋 copy color: '#BA5AFD'

red 186 ◦ green 90 ◦ blue 253

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

Shades of Medium Orchid #BA5AFD

Tints of Medium Orchid #BA5AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.01%

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 35.16%
G = 17.01%
B = 47.83%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA5AFD (or 0xBA5AFD) is known color: Medium Orchid. HEX triplet: BA, 5A and FD. RGB value is (186,90,253). Sum of RGB (Red+Green+Blue) = 186+90+253=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA5AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AFD is #45A502. Grayscale: #888888. Windows color (decimal): -4564227 or 16603834. OLE color: 16603834.

HSL color Cylindrical-coordinate representation of color #BA5AFD: hue angle of 275.34º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA5AFD is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 90 253 -
CMYK 0.26 0.64 0 0.01
HSL 275.34º 0.98% 0.67% -
HSV(B) 275.34º 0.64% 0.99% -
XYZ 41.64 24.84 95.53 -
YUV 137.29 193.3 162.75 -
System Red Green Blue C M Y K H S L
Decimal 186 90 253 0.26 0.64 0 0.01 275.34 0.98 0.67
Hex BA 5A FD 1A 40 0 1 113 62 43
Octal 272 132 375 32 100 0 1 423 142 103
Binary 10111010 1011010 11111101 11010 1000000 0 1 100010011 1100010 1000011

Color Harmonies of #BA5AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AFD

Black with #BA5AFD

Text Example


Text Example

White with #BA5AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AFD; }

 p { color: rgb(186,90,253); }

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

background-color css

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

 a { background-color: rgb(186,90,253); }

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

border-color css

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

 span { border-color: rgb(186,90,253); }

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