Html Css Color HEX #BA5FE0 Medium Orchid

📋 copy color: '#BA5FE0'

red 186 ◦ green 95 ◦ blue 224

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

Shades of Medium Orchid #BA5FE0

Tints of Medium Orchid #BA5FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.36%

R = 36.83%
G = 18.81%
B = 44.36%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA5FE0 (or 0xBA5FE0) is known color: Medium Orchid. HEX triplet: BA, 5F and E0. RGB value is (186,95,224). Sum of RGB (Red+Green+Blue) = 186+95+224=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FE0 is #45A01F. Grayscale: #888888. Windows color (decimal): -4562976 or 14704570. OLE color: 14704570.

HSL color Cylindrical-coordinate representation of color #BA5FE0: hue angle of 282.33º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5FE0 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 95 224 -
CMYK 0.17 0.58 0 0.12
HSL 282.33º 0.68% 0.63% -
HSV(B) 282.33º 0.58% 0.88% -
XYZ 37.8 24.01 73.16 -
YUV 136.92 177.15 163.01 -
System Red Green Blue C M Y K H S L
Decimal 186 95 224 0.17 0.58 0 0.12 282.33 0.68 0.63
Hex BA 5F E0 11 3A 0 C 11A 44 3F
Octal 272 137 340 21 72 0 14 432 104 77
Binary 10111010 1011111 11100000 10001 111010 0 1100 100011010 1000100 111111

Color Harmonies of #BA5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FE0

Black with #BA5FE0

Text Example


Text Example

White with #BA5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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