Html Css Color HEX #BA5FCA Medium Orchid

📋 copy color: '#BA5FCA'

red 186 ◦ green 95 ◦ blue 202

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

Shades of Medium Orchid #BA5FCA

Tints of Medium Orchid #BA5FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 38.51%
G = 19.67%
B = 41.82%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA5FCA (or 0xBA5FCA) is known color: Medium Orchid. HEX triplet: BA, 5F and CA. RGB value is (186,95,202). Sum of RGB (Red+Green+Blue) = 186+95+202=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA5FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FCA is #45A035. Grayscale: #868686. Windows color (decimal): -4562998 or 13262778. OLE color: 13262778.

HSL color Cylindrical-coordinate representation of color #BA5FCA: hue angle of 291.03º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5FCA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 95 202 -
CMYK 0.08 0.53 0 0.21
HSL 291.03º 0.5% 0.58% -
HSV(B) 291.03º 0.53% 0.79% -
XYZ 35 22.89 58.45 -
YUV 134.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 186 95 202 0.08 0.53 0 0.21 291.03 0.5 0.58
Hex BA 5F CA 8 35 0 15 123 32 3A
Octal 272 137 312 10 65 0 25 443 62 72
Binary 10111010 1011111 11001010 1000 110101 0 10101 100100011 110010 111010

Color Harmonies of #BA5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FCA

Black with #BA5FCA

Text Example


Text Example

White with #BA5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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