Html Css Color HEX #BA5AF2 Medium Orchid

📋 copy color: '#BA5AF2'

red 186 ◦ green 90 ◦ blue 242

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

Shades of Medium Orchid #BA5AF2

Tints of Medium Orchid #BA5AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 35.91%
G = 17.37%
B = 46.72%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA5AF2 (or 0xBA5AF2) is known color: Medium Orchid. HEX triplet: BA, 5A and F2. RGB value is (186,90,242). Sum of RGB (Red+Green+Blue) = 186+90+242=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA5AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AF2 is #45A50D. Grayscale: #878787. Windows color (decimal): -4564238 or 15882938. OLE color: 15882938.

HSL color Cylindrical-coordinate representation of color #BA5AF2: hue angle of 277.89º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5AF2 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 90 242 -
CMYK 0.23 0.63 0 0.05
HSL 277.89º 0.85% 0.65% -
HSV(B) 277.89º 0.63% 0.95% -
XYZ 39.93 24.16 86.56 -
YUV 136.03 187.8 163.64 -
System Red Green Blue C M Y K H S L
Decimal 186 90 242 0.23 0.63 0 0.05 277.89 0.85 0.65
Hex BA 5A F2 17 3F 0 5 116 55 41
Octal 272 132 362 27 77 0 5 426 125 101
Binary 10111010 1011010 11110010 10111 111111 0 101 100010110 1010101 1000001

Color Harmonies of #BA5AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AF2

Black with #BA5AF2

Text Example


Text Example

White with #BA5AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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